Skip to content

Commit

Permalink
renamed bxslider.css.scss to bxslider.css per Pull request manfe#13
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjlawrence committed May 7, 2017
1 parent 1ebdb13 commit 30513bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cp $SRC/vendor/jquery.easing.1.3.js vendor/assets/javascripts
cp $SRC/vendor/jquery.fitvids.js vendor/assets/javascripts

echo "Copying stylesheets"
cp $SRC/jquery.bxslider.css vendor/assets/stylesheets/bxslider.css.scss
cp $SRC/jquery.bxslider.css vendor/assets/stylesheets/bxslider.scss
echo "Updating stylesheets"
sed -i '' -e "s/url('images\//url('/g" vendor/assets/stylesheets/bxslider.css.scss
sed -i '' -e "s/url('images\//url('/g" vendor/assets/stylesheets/bxslider.scss

echo "Done."
File renamed without changes.

0 comments on commit 30513bb

Please sign in to comment.