File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*global module:false*/
2
2
module . exports = function ( grunt ) {
3
3
4
- grunt . loadNpmTasks ( 'grunt-contrib-clean' ) ;
5
- grunt . loadNpmTasks ( 'grunt-contrib-concat' ) ;
6
- grunt . loadNpmTasks ( 'grunt-contrib-uglify' ) ;
7
- grunt . loadNpmTasks ( 'grunt-contrib-jshint' ) ;
8
- grunt . loadNpmTasks ( 'grunt-contrib-watch' ) ;
9
- grunt . loadNpmTasks ( 'grunt-contrib-connect' ) ;
10
- grunt . loadNpmTasks ( 'grunt-karma' ) ;
4
+ require ( 'load-grunt-tasks' ) ( grunt ) ;
11
5
12
6
// Project configuration.
13
7
grunt . initConfig ( {
Original file line number Diff line number Diff line change 47
47
"karma-script-launcher" : " ~0.1.0" ,
48
48
"karma-coffee-preprocessor" : " ~0.1.0" ,
49
49
"karma" : " ~0.10.1" ,
50
- "karma-phantomjs-launcher" : " ~0.1.0"
50
+ "karma-phantomjs-launcher" : " ~0.1.0" ,
51
+ "load-grunt-tasks" : " ~0.2.0"
51
52
}
52
53
}
You can’t perform that action at this time.
0 commit comments