Skip to content

Commit

Permalink
Merge pull request harvesthq#2306 from harvesthq/bower-users-full-ver…
Browse files Browse the repository at this point in the history
…sions

Update bower-chosen to use unminified versions
  • Loading branch information
pfiller committed Apr 7, 2015
2 parents 9a1a59f + 00f2e25 commit 910a125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git config --global user.name "bower-chosen"

git clone https://pfiller:${GH_TOKEN}@github.com/harvesthq/bower-chosen.git
rm -rf bower-chosen/*
cp public/bower.json public/*.png public/chosen.jquery.min.js public/chosen.min.css bower-chosen/
cp public/bower.json public/*.png public/chosen.jquery.js public/chosen.css bower-chosen/
cd bower-chosen

LATEST_VERSION=$(git diff bower.json | grep version | cut -d':' -f2 | cut -d'"' -f2 | tail -1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"bowerJSON":{
"main": [
"chosen.jquery.min.js",
"chosen.jquery.js",
"chosen.css",
"[email protected]",
"chosen-sprite.png"
Expand Down

0 comments on commit 910a125

Please sign in to comment.