diff --git a/Gruntfile.js b/Gruntfile.js index c0787c9..81192bf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { config = grunt.file.readJSON(config_file_name); if ( config.javascript ) { - config.js_files = config.javascript; + config.js_files = grunt.file.expand(config.javascript); } else { config.js_files = grunt.file.expand(['src/javascript/utils/*.js','src/javascript/*.js']); } diff --git a/deploy/Ugly.txt b/deploy/Ugly.txt index 923cce2..d4e07f6 100644 --- a/deploy/Ugly.txt +++ b/deploy/Ugly.txt @@ -3,11 +3,11 @@ CustomChart-1.2.10 - +