mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Improving Grunt for watching
This commit is contained in:
parent
fdd2808701
commit
ae7104dc4c
@ -21,7 +21,7 @@ module.exports = function(grunt) {
|
||||
targetDir: '<%= chill.folders.bower %>',
|
||||
install: true,
|
||||
copy: false,
|
||||
//cleanBowerDir: true,
|
||||
cleanBowerDir: true,
|
||||
verbose: true
|
||||
}
|
||||
}
|
||||
@ -87,8 +87,8 @@ module.exports = function(grunt) {
|
||||
},
|
||||
watch: {
|
||||
css: {
|
||||
files: [ '<%= chill.folders.sass.src %>/** /*.scss' ],
|
||||
tasks: ['css'],
|
||||
files: [ '<%= chill.folders.sass.src %>/*.scss', '<%= chill.folders.sass.src %>/**/*.scss' ],
|
||||
tasks: ['generatecss'],
|
||||
/*
|
||||
options: {
|
||||
spawn: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user