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 11/*global module:false*/
22module . exports = function ( grunt ) {
33
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 ) ;
115
126 // Project configuration.
137 grunt . initConfig ( {
Original file line number Diff line number Diff line change 4747 "karma-script-launcher" : " ~0.1.0" ,
4848 "karma-coffee-preprocessor" : " ~0.1.0" ,
4949 "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"
5152 }
5253}
You can’t perform that action at this time.
0 commit comments