diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 16:08:59 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 16:08:59 +0200 |
commit | ecfef4a560dece9dd911017efdfc63fcc04bedfc (patch) | |
tree | 42d00f155c47a8a80e3a023c841a59f87b73885c /module/web/Gruntfile.js | |
parent | restructured webui to single-page-app, removed jinja (diff) | |
download | pyload-ecfef4a560dece9dd911017efdfc63fcc04bedfc.tar.xz |
adapted to jshint config
Diffstat (limited to 'module/web/Gruntfile.js')
-rw-r--r-- | module/web/Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/Gruntfile.js b/module/web/Gruntfile.js index 6e51c9b63..4799afb01 100644 --- a/module/web/Gruntfile.js +++ b/module/web/Gruntfile.js @@ -107,7 +107,7 @@ module.exports = function(grunt) { }, all: [ 'Gruntfile.js', - '<%= yeoman.app %>/scripts/{,*/}*.js', + '<%= yeoman.app %>/scripts/**/*.js', '!<%= yeoman.app %>/scripts/vendor/*', 'test/spec/{,*/}*.js' ] |