Skip to content

Commit

Permalink
Merge pull request #1770 from martinpovolny/add_ui_select
Browse files Browse the repository at this point in the history
Add ui_select dep. to match new ui-components.
  • Loading branch information
himdel authored Jul 27, 2017
2 parents 4f1c4ec + 15303b3 commit baf457d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@
//= require manageiq-ui-components/dist/js/ui-components
//= require rx-angular/dist/rx.angular
//= require patternfly-timeline/dist/timeline
//= require ui-select/dist/select
1 change: 1 addition & 0 deletions app/assets/javascripts/miq_angular_application.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ManageIQ.angular.app = angular.module('ManageIQ', [
'ui.select',
'ui.bootstrap',
'ui.codemirror',
'patternfly',
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
*= require xml_display
*= require patternfly-timeline/dist/timeline
*= require manageiq-ui-components/dist/css/ui-components
*= require ui-select/dist/select
*/
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^2.0.1"
},
"dependencies": {
"ui-select": "0.19.8"
},
"engines": {
"node": ">= 6.9.1",
"npm": ">= 3.10.3"
Expand Down
2 changes: 2 additions & 0 deletions tools/ci/setup_js_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if ! cmp --silent bower.json vendor/assets/bower_components/bower.json; then
rm -rf vendor/assets/bower_components
fi

yarn

if [ -d vendor/assets/bower_components ]; then
# Using bower_components from cache
echo "bower assets installed... moving on."
Expand Down

0 comments on commit baf457d

Please sign in to comment.