was.js – Diff between revs 24 and 31

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 31
Line 73... Line 73...
73 } 73 }
74 }); 74 });
Line 75... Line 75...
75   75  
76 // These plugins provide necessary tasks. 76 // These plugins provide necessary tasks.
77 grunt.loadNpmTasks('grunt-contrib-concat'); 77 grunt.loadNpmTasks('grunt-contrib-concat');
78 grunt.loadNpmTasks('grunt-contrib-uglify'); 78 grunt.loadNpmTasks('grunt-contrib-uglify-es');
79 //grunt.loadNpmTasks('grunt-contrib-nodeunit'); 79 //grunt.loadNpmTasks('grunt-contrib-nodeunit');
80 grunt.loadNpmTasks('grunt-contrib-jshint'); 80 grunt.loadNpmTasks('grunt-contrib-jshint');
Line 81... Line 81...
81 grunt.loadNpmTasks('grunt-contrib-watch'); 81 grunt.loadNpmTasks('grunt-contrib-watch');