diff --git a/Gruntfile.coffee b/Gruntfile.coffee index dec9dc44d84..85c5feaf883 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -51,11 +51,11 @@ This file is generated by `grunt build`, do not edit it by hand. options: banner: '<%= minified_comments %>' jquery: - files: - 'public/chosen.jquery.min.js': ['public/chosen.jquery.js'] options: mangle: except: ['jQuery'] + files: + 'public/chosen.jquery.min.js': ['public/chosen.jquery.js'] proto: files: 'public/chosen.proto.min.js': ['public/chosen.proto.js'] @@ -76,10 +76,10 @@ This file is generated by `grunt build`, do not edit it by hand. src: 'public/chosen.css' cssmin: + options: + banner: '<%= minified_comments %>' + keepSpecialComments: 0 main: - options: - banner: '<%= minified_comments %>' - keepSpecialComments: 0 src: 'public/chosen.css' dest: 'public/chosen.min.css' @@ -93,20 +93,20 @@ This file is generated by `grunt build`, do not edit it by hand. jasmine: jquery: - src: [ 'public/chosen.jquery.js' ] options: vendor: [ 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' ] specs: 'spec/public/jquery_specs.js' + src: [ 'public/chosen.jquery.js' ] proto: - src: [ 'public/chosen.proto.js' ] options: vendor: [ 'https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js' 'node_modules/simulant/dist/simulant.umd.js' ] specs: 'spec/public/proto_specs.js' + src: [ 'public/chosen.proto.js' ] grunt.loadTasks 'tasks'