Skip to content

Commit

Permalink
CI: Updated build script to match UI project
Browse files Browse the repository at this point in the history
Updated to include the bootstrap and jquery scripts that the UI project
needs.  This matches updates performed to that project directly
  • Loading branch information
danesparza committed Jul 7, 2016
1 parent 2a47f9d commit 6bc41f3
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 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 -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 6bc41f3

Please sign in to comment.