1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

jshinted and built

This commit is contained in:
Fred Chasen 2014-01-22 14:58:02 -08:00
parent 856c83c952
commit b24c2ea3d0
12 changed files with 2420 additions and 1571 deletions

View file

@ -74,6 +74,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-jshint');
// Default task(s).
grunt.registerTask('default', ['concat', 'uglify']);
grunt.registerTask('default', ['jshint', 'concat', 'uglify']);
};