update_from_vendor.sh in selectize-rails-0.6.4 vs update_from_vendor.sh in selectize-rails-0.6.14

- old
+ new

@@ -1,17 +1,17 @@ -#!/bin/bash - -# Checkout vendor repo -echo "Cloning brianreavis/selectize.js github repo into tmp_vendor" -git clone https://github.com/brianreavis/selectize.js.git tmp_vendor - -# Copy files -echo "Copying selectize.js" -cp tmp_vendor/selectize.js vendor/assets/javascripts/selectize.js -echo "Copying selectize.css" -cp tmp_vendor/selectize.css vendor/assets/stylesheets/selectize.css - -# Delete vendor repo -echo "Removing cloned vendor repo" -rm -rf tmp_vendor - -echo "Finished... You'll need to commit the changes. You should consider updating the changelog and gem version number" +#!/bin/bash + +# Checkout vendor repo +echo "Cloning brianreavis/selectize.js github repo into tmp_vendor" +git clone https://github.com/brianreavis/selectize.js.git tmp_vendor + +# Copy files +echo "Copying selectize.js" +cp tmp_vendor/selectize.js vendor/assets/javascripts/selectize.js +echo "Copying selectize.css" +cp tmp_vendor/selectize.css vendor/assets/stylesheets/selectize.css + +# Delete vendor repo +echo "Removing cloned vendor repo" +rm -rf tmp_vendor + +echo "Finished... You'll need to commit the changes. You should consider updating the changelog and gem version number"