mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): optimize grunt watch
This commit is contained in:
@@ -167,14 +167,14 @@ module.exports = function(grunt) {
|
||||
watch: {
|
||||
scripts: {
|
||||
files: ['js/**/*.js', 'ext/**/*.js'],
|
||||
tasks: ['concat:dist', 'concat:distangular', 'string-replace', 'concat:bundle'],
|
||||
tasks: ['concat:dist', 'concat:distangular', 'concat:bundle'],
|
||||
options: {
|
||||
spawn: false
|
||||
}
|
||||
},
|
||||
sass: {
|
||||
files: ['scss/**/*.scss'],
|
||||
tasks: ['sass', 'concat', 'string-replace'],
|
||||
tasks: ['sass'],
|
||||
options: {
|
||||
spawn: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user