Skip to content

Commit

Permalink
Merge pull request #4694 from himdel/npm-ui-components
Browse files Browse the repository at this point in the history
bower to npm: manageiq-ui-components
  • Loading branch information
mzazrivec committed Oct 8, 2018
2 parents 2924f3a + cfdecc6 commit 5ed9e2f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Expand Up @@ -39,5 +39,5 @@
//= require ./miq_c3
//= require ./miq_explorer
//= require ./miq_timeline
//= require bower_components/manageiq-ui-components/dist/js/ui-components
//= require @manageiq/ui-components/dist/js/ui-components
//= require ui-select/dist/select
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Expand Up @@ -20,7 +20,7 @@
*= require ./metrics
*= require ./service_dialogs
*= require @pf3/timeline/style
*= require bower_components/manageiq-ui-components/dist/css/ui-components
*= require @manageiq/ui-components/dist/css/ui-components
*= require ui-select/dist/select
*= require ./remote_console
*= require graphiql/graphiql.css
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/print.scss
@@ -1,4 +1,4 @@
@import 'bower_components/manageiq-ui-components/dist/css/ui-components.css';
@import '@manageiq/ui-components/dist/css/ui-components.css';

@import 'patternfly-sprockets';
@import 'patternfly/variables';
Expand Down
1 change: 0 additions & 1 deletion bower.json
Expand Up @@ -18,6 +18,5 @@
"tests"
],
"dependencies": {
"manageiq-ui-components": "bower-dev"
}
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -22,6 +22,7 @@
"homepage": "https://github.com/ManageIQ/manageiq#readme",
"dependencies": {
"@manageiq/react-ui-components": "~0.10.8",
"@manageiq/ui-components": "~1.1.15",
"@pf3/timeline": "~1.0.8",
"angular": "~1.6.6",
"angular-animate": "~1.6.6",
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/setup_js_env.sh
Expand Up @@ -20,7 +20,7 @@ else

# fail the whole test suite if bower install failed
[ $STATUS = 0 ] || exit 1
[ -d vendor/assets/bower/bower_components ] || exit 1
#[ -d vendor/assets/bower/bower_components ] || exit 1
fi

# make sure yarn is installed, in the right version
Expand Down

0 comments on commit 5ed9e2f

Please sign in to comment.