...
|
...
|
@@ -41,7 +41,7 @@ gulp.task('server', function() { |
|
|
gulp.task('server:restart', function() {
|
|
|
gulp.watch([
|
|
|
'app.js', 'views/**/*.html', 'views/controller/*.js',
|
|
|
'layouts/*.html', 'public/css/*.css'], server.restart);
|
|
|
'layouts/*.html', 'public/css/*.css', 'public/js/data.js'], server.restart);
|
|
|
});
|
|
|
|
|
|
//compass 解析压缩合并
|
...
|
...
|
|