1
0
Fork 0
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:
Jake Hartnell 2015-08-13 10:15:35 +01:00
commit eeeeb50372

View file

@ -81,7 +81,7 @@ module.exports = function(grunt) {
}, },
watch: { watch: {
scripts: { scripts: {
files: ['src/**/*.js', 'reader/**/*.js'], files: ['src/**/*.js', 'reader/**/*.js', 'reader_src/**/*.js'],
tasks: ['concat_sourcemap', 'uglify'], tasks: ['concat_sourcemap', 'uglify'],
options: { options: {
interrupt: true, interrupt: true,