Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Sass executable wrapper that forwards to the correct exe #313

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Commits on Jul 30, 2024

  1. Add a Sass executable wrapper that forwards to the correct exe

    This allows users to run `npx sass` when they've just installed
    `sass-embedded` and directly run the Dart VM. Due to npm/cmd-shim#152,
    there's no way to make this work on Windows CMD/Powershell without
    substantially curtailing the performance on other operating systems.
    nex3 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    497ff37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb33dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Convert bin/sass to TypeScript

    nex3 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5ddd62f View commit details
    Browse the repository at this point in the history