1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Moved url replacement hooks to chapter

This commit is contained in:
fchasen 2015-08-11 22:09:33 -04:00
parent c8239d90d8
commit e237c76856
15 changed files with 641 additions and 118 deletions

View file

@ -82,7 +82,7 @@ module.exports = function(grunt) {
watch: {
scripts: {
files: ['src/**/*.js', 'reader/**/*.js'],
tasks: ['concat_sourcemap'],
tasks: ['concat_sourcemap', 'uglify'],
options: {
interrupt: true,
}
@ -100,4 +100,3 @@ module.exports = function(grunt) {
// Default task(s).
grunt.registerTask('default', ['jshint', 'concat_sourcemap', 'uglify', 'copy']);
};