Commit 0babe356 authored by Mark Otto's avatar Mark Otto
Browse files

simpler gruntfile watch

parent 3406e2fd
Showing with 9 additions and 3 deletions
+9 -3
......@@ -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']
}
},
......
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment