File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module . exports = function ( grunt ) {
2- require ( 'matchdep' ) . filterDev ( 'grunt-*' ) . forEach ( grunt . loadNpmTasks ) ;
2+ require ( 'matchdep' ) . filter ( 'grunt-*' ) . forEach ( grunt . loadNpmTasks ) ;
33
44 grunt . initConfig ( {
55 // clean: [
Original file line number Diff line number Diff line change 55 "bower" : " ^1.4.1" ,
66 "express" : " ^4.13.4" ,
77 "express-sslify" : " ^1.0.1" ,
8- "grunt" : " ^0.4.5" ,
98 "marked" : " ^0.3.5" ,
10- "serve" : " *"
11- },
12- "devDependencies" : {
13- "expect.js" : " ^0.3.1" ,
9+ "serve" : " *" ,
10+ "grunt" : " ^0.4.5" ,
1411 "grunt-cli" : " ^1.2.0" ,
1512 "grunt-contrib-clean" : " ^0.6.0" ,
1613 "grunt-contrib-concat" : " ^0.5.0" ,
2320 "grunt-contrib-uglify" : " ^0.5.1" ,
2421 "grunt-contrib-watch" : " ^0.6.1" ,
2522 "grunt-mocha-phantomjs" : " 0.7.0" ,
26- "grunt-usemin" : " ^2.0.2" ,
23+ "grunt-usemin" : " ^2.0.2"
24+ },
25+ "devDependencies" : {
26+ "expect.js" : " ^0.3.1" ,
2727 "matchdep" : " ~0.3.0"
2828 },
2929 "scripts" : {
You can’t perform that action at this time.
0 commit comments