sass/dart-sass

Support globs on the command line

开放

#616 创建于 2019年3月6日

 (13 条评论) (10 个反应) (0 位负责人)Dart (376 个派生)batch import
CLIenhancementhelp wanted

仓库指标

星标
 (4,192 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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).

贡献者指南