mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Merge pull request #250 from StoryCloud/watch-reader_src
watch the reader_src directory
This commit is contained in:
commit
eeeeb50372
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
watch: {
|
||||
scripts: {
|
||||
files: ['src/**/*.js', 'reader/**/*.js'],
|
||||
files: ['src/**/*.js', 'reader/**/*.js', 'reader_src/**/*.js'],
|
||||
tasks: ['concat_sourcemap', 'uglify'],
|
||||
options: {
|
||||
interrupt: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue