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:
parent
c8239d90d8
commit
e237c76856
15 changed files with 641 additions and 118 deletions
|
@ -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']);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue