preserve gulp sass-cache

stable
Juanfran 2015-06-08 12:49:01 +02:00
parent 23f438fe26
commit 8b42f5dddb
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ gulp.task("deploy", function(cb) {
}); });
//The default task (called when you run gulp from cli) //The default task (called when you run gulp from cli)
gulp.task("default", function(cb) { gulp.task("default", function(cb) {
runSequence("clear", "delete-tmp", [ runSequence("delete-tmp", [
"copy", "copy",
"styles", "styles",
"app-watch", "app-watch",