simpler gruntfile watch

This commit is contained in:
Mark Otto 2015-08-12 20:14:14 -07:00
parent 3406e2fd7f
commit 0babe3568c
4 changed files with 9 additions and 3 deletions

View file

@ -361,7 +361,7 @@ module.exports = function (grunt) {
},
sass: {
files: 'scss/**/*.scss',
tasks: ['sass-compile', 'postcss:core', 'autoprefixer:core', 'usebanner', 'csscomb:dist', 'cssmin:core', 'cssmin:docs', 'docs-css', 'clean:docs', 'copy:docs']
tasks: ['dist-css', 'docs']
}
},

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long