Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(build): bower-material-release should force remove the stale layo…
Browse files Browse the repository at this point in the history
…ut files.

* Currently an error occurs, when then file is not existing, using `-f` is ignoring that message and won't prevent the execution.

Closes #7807
  • Loading branch information
devversion authored and ThomasBurleson committed Mar 30, 2016
1 parent 7bc3cc1 commit c123dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bower-material-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function run {

cd bower-material
# remove stale layout files; newer ones are in `dist/layouts/`
rm ./angular-material.layouts.css
rm ./angular-material.layouts.min.css
rm -f ./angular-material.layouts.css
rm -f ./angular-material.layouts.min.css


echo "-- Committing and tagging..."
Expand Down

0 comments on commit c123dc4

Please sign in to comment.