Skip to content

Commit

Permalink
options always first
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Oct 21, 2016
1 parent 4a9f15f commit 85c9270
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand All @@ -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'

Expand All @@ -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'

Expand Down

0 comments on commit 85c9270

Please sign in to comment.