sass/dart-sass

Support globs on the command line

Aperta

#616 aperta il 6 mar 2019

 (13 commenti) (10 reazioni) (0 assegnatari)Dart (376 fork)batch import
CLIenhancementhelp wanted

Metriche repository

Star
 (4192 stelle)
Metriche merge PR
 (Merge medio 8g 8h) (18 PR mergiate in 30 g)

Descrizione

Latest Sass on both Windows & OSX I get the following error

video.js@7.5.0 build:css:cdn: sass src/css/vjs-cdn.scss dist/alt/video-js-cdn.css "--watch" "'src/**/**/*.scss'"

This command works fine as-is in node-sass, but errors out in dart-sass. I would expect only a warning & ignoring the (unused) parameter.

Removing the parameter works well.

Perhaps the project I'm working on is unusual; older codebase but doesn't use grunt/gulp, but uses CLI commands in package.json (which is more of a current trend).

Guida contributor