Add a SASS watcher command (#1427)
* Add a SASS watcher command * Simplify the compile:css command
This commit is contained in:
parent
301248d5e7
commit
27fc314b55
4 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,7 @@ const excludes = [
|
|||
'.travis.yml',
|
||||
'phpcs.xml.dist',
|
||||
'sass',
|
||||
'style.css.map',
|
||||
];
|
||||
|
||||
// The path of the zip file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue