-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* No longer prints the whole SASS file-tree when running the `build:release` task. * Added a new options that allows disabling STDOUT messages. STDERR is important for error messages.
- Loading branch information
1 parent
2240b6c
commit a225b77
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a225b77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated
scss-bundle
CLI to include--verbosity
level.reactway/scss-bundle#10 (comment)
You can control it via CLI instead of routing the output differently. Also, we will create the gulp wrapper for easier gulp consumption later on.