Skip to content

Commit

Permalink
fixing update from vendor script to create file without .css extension
Browse files Browse the repository at this point in the history
  • Loading branch information
halissonvit committed Mar 30, 2015
1 parent 3bf1810 commit f6944fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_from_vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ git clone https://github.com/nostalgiaz/bootstrap-switch.git tmp_vendor
echo "Copying bootstrap-switch.js"
cp tmp_vendor/dist/js/bootstrap-switch.js vendor/assets/javascripts/bootstrap-switch.js
echo "Copying bootstrap-switch.css files"
cp tmp_vendor/dist/css/bootstrap2/bootstrap-switch.css vendor/assets/stylesheets/bootstrap2-switch.css.scss
cp tmp_vendor/dist/css/bootstrap3/bootstrap-switch.css vendor/assets/stylesheets/bootstrap3-switch.css.scss
cp tmp_vendor/dist/css/bootstrap2/bootstrap-switch.css vendor/assets/stylesheets/bootstrap2-switch.scss
cp tmp_vendor/dist/css/bootstrap3/bootstrap-switch.css vendor/assets/stylesheets/bootstrap3-switch.scss

# Delete vendor repo
echo "Removing cloned vendor repo"
Expand Down

0 comments on commit f6944fe

Please sign in to comment.