mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(karma): fix karma-watch
This commit is contained in:
@ -694,7 +694,8 @@ gulp.task('karma', ['tests'], function() {
|
||||
return karma.start({ configFile: __dirname + '/scripts/karma/karma.conf.js' })
|
||||
});
|
||||
|
||||
gulp.task('karma-watch', ['watch.tests', 'watch'], function() {
|
||||
gulp.task('karma-watch', ['watch.tests', 'bundle.system'], function() {
|
||||
watchTask('bundle.system');
|
||||
var karma = require('karma').server;
|
||||
return karma.start({ configFile: __dirname + '/scripts/karma/karma-watch.conf.js' })
|
||||
});
|
||||
|
Reference in New Issue
Block a user