2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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 10 additions and 4 deletions
+1 -1
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']
}
},
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+7 -1
View File
File diff suppressed because one or more lines are too long