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:
parent
856c83c952
commit
b24c2ea3d0
12 changed files with 2420 additions and 1571 deletions
|
@ -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']);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue