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