diff options
| author | Mark Otto <[email protected]> | 2015-08-12 20:14:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-12 20:14:14 -0700 |
| commit | 0babe3568c01face310ad5446a16cec08043a7d5 (patch) | |
| tree | 92b0e69986e84e1e0527279ba36b03077c8bc602 /Gruntfile.js | |
| parent | 3406e2fd7fac6529b56b0a54c05480204d0a0be3 (diff) | |
| download | bootstrap-0babe3568c01face310ad5446a16cec08043a7d5.tar.xz bootstrap-0babe3568c01face310ad5446a16cec08043a7d5.zip | |
simpler gruntfile watch
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 616070ed2..a5f3ddeac 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'] } }, |
