Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/bower-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mv bower.json bower.json.tmp
git remote add upstream https://github.com/ManageIQ/ui-components.git
git fetch upstream
git checkout bower-dev
rm -rf dist
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will delete also any ancillary files like the README and LICENSE, which might have side effects?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README and LICENSE are not in the dist folder

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see...they are at the root of the repo. 👍

mv -f tmp dist
mv -f bower.json.tmp bower.json
git add -f dist/css/ui-components.css dist/css/ui-components.css.map
Expand Down