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

simpler gruntfile watch

parent 3406e2fd
...@@ -361,7 +361,7 @@ module.exports = function (grunt) { ...@@ -361,7 +361,7 @@ module.exports = function (grunt) {
}, },
sass: { sass: {
files: 'scss/**/*.scss', 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.
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
Markdown is supported
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