mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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 %>',
|
targetDir: '<%= chill.folders.bower %>',
|
||||||
install: true,
|
install: true,
|
||||||
copy: false,
|
copy: false,
|
||||||
//cleanBowerDir: true,
|
cleanBowerDir: true,
|
||||||
verbose: true
|
verbose: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -87,8 +87,8 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
css: {
|
css: {
|
||||||
files: [ '<%= chill.folders.sass.src %>/** /*.scss' ],
|
files: [ '<%= chill.folders.sass.src %>/*.scss', '<%= chill.folders.sass.src %>/**/*.scss' ],
|
||||||
tasks: ['css'],
|
tasks: ['generatecss'],
|
||||||
/*
|
/*
|
||||||
options: {
|
options: {
|
||||||
spawn: false,
|
spawn: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user