Fix build
This commit is contained in:
parent
0dd928b904
commit
5ab9b2ebf3
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ module.exports = function(grunt) {
|
|||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||
grunt.loadNpmTasks('grunt-wrap');
|
||||
grunt.loadNpmTasks('grunt-karma');
|
||||
// grunt.loadNpmTasks('grunt-karma');
|
||||
|
||||
grunt.initConfig({
|
||||
meta: {
|
||||
|
@ -93,8 +93,8 @@ module.exports = function(grunt) {
|
|||
}
|
||||
}
|
||||
});
|
||||
grunt.registerTask('ci', ['karma:continuous']);
|
||||
grunt.registerTask('js', ['concat', 'wrap']);
|
||||
// grunt.registerTask('ci', ['karma:continuous']);
|
||||
grunt.registerTask('js', ['concat']);
|
||||
grunt.registerTask('default', 'js');
|
||||
grunt.registerTask('build', ['concat', 'wrap']);
|
||||
grunt.registerTask('build', ['concat']);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue