Skip to content

Commit

Permalink
Make sure Chosen Zip gets version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfiller committed Jul 11, 2013
1 parent c9ecf31 commit 8b96a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = (grunt) ->

clean:
dist: ["dist/"]
chosen_zip: ["chosen.zip"]
chosen_zip: ["*.zip"]

build_gh_pages:
gh_pages: {}
Expand All @@ -80,7 +80,7 @@ module.exports = (grunt) ->
chosen:
cwd: 'public/'
src: ['public/**/*']
dest: 'chosen.zip'
dest: "chosen_#{version_tag()}.zip"

grunt.loadNpmTasks 'grunt-contrib-coffee'
grunt.loadNpmTasks 'grunt-contrib-uglify'
Expand Down

0 comments on commit 8b96a01

Please sign in to comment.