Skip to content

Commit

Permalink
CI: Updates to get new UI config
Browse files Browse the repository at this point in the history
Accounting for new UI config.js file
  • Loading branch information
danesparza committed Aug 26, 2016
1 parent eab34f0 commit 9aa1abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
# Setup our UI
- mkdir -p /tmp/ui/js
- mkdir -p /tmp/ui/css
- cd centralconfig-ui; git describe --tags; npm set progress=false; npm install; npm run build; cp css/*.css /tmp/ui/css; cp js/bundle.js /tmp/ui/js; cp js/bootstrap.min.js /tmp/ui/js; cp js/jquery.min.js /tmp/ui/js; cp index.html /tmp/ui
- cd centralconfig-ui; git describe --tags; npm set progress=false; npm install; npm run build; cp css/*.css /tmp/ui/css; cp js/bundle.js /tmp/ui/js; cp js/bootstrap.min.js /tmp/ui/js; cp js/jquery.min.js /tmp/ui/js; cp index.html /tmp/ui; cp config.js /tmp/ui
- cp -r /tmp/ui $PROJECT_DIR
- ls -l $PROJECT_DIR
# Compile the UI static assets into a Go sourcefile (to be compiled)
Expand Down

0 comments on commit 9aa1abf

Please sign in to comment.