summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2014-05-08 19:03:39 -0700
committerjakefeasel <jfeasel@gmail.com>2014-05-08 19:03:39 -0700
commitbeb8b7b157a937cd5968da50b88b7946b4b5dec8 (patch)
treeded225b307071574dc844401f8ff396857b72b8e
parente9017c2bbdff6c31f0dab56b2eb8a94b36e8a88b (diff)
downloadsqlfiddle2-beb8b7b157a937cd5968da50b88b7946b4b5dec8.zip
sqlfiddle2-beb8b7b157a937cd5968da50b88b7946b4b5dec8.tar.gz
sqlfiddle2-beb8b7b157a937cd5968da50b88b7946b4b5dec8.tar.bz2
Adding script/*.js to watched file list
-rw-r--r--src/main/resources/dev/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/dev/Gruntfile.js b/src/main/resources/dev/Gruntfile.js
index 471d436..ef48e0e 100644
--- a/src/main/resources/dev/Gruntfile.js
+++ b/src/main/resources/dev/Gruntfile.js
@@ -3,7 +3,7 @@ module.exports = function(grunt) {
grunt.initConfig({
watch: {
copy: {
- files: ['../ui/**/*.js','../**/*.groovy', '../ui/**/*.html', '../conf/*.json', '../ui/**/*.less', '../ui/**/*.css'],
+ files: ['../ui/**/*.js','../script/*.js','../**/*.groovy', '../ui/**/*.html', '../conf/*.json', '../ui/**/*.less', '../ui/**/*.css'],
tasks: [ 'sync' ]
}
},