Skip to content

Commit

Permalink
Merge pull request #46 from vrockai/lessFix
Browse files Browse the repository at this point in the history
Fixed LESS variables broken paths
  • Loading branch information
mtho11 committed Mar 23, 2015
2 parents 74bdf9f + 25606a6 commit 91787d5
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 23 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"!dist/*"
],
"dependencies": {
"bootstrap": "3.3.2",
"angular-bootstrap": "0.11.0",
"angular-ui-select": "0.11.2",
"bootstrap-select": "1.6",
Expand Down
2 changes: 2 additions & 0 deletions build/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ module.exports = function(gulp, config, pluginName){
licenceFile,
'.tmp/' + pluginName + '/compiled.js',
'.tmp/' + pluginName + '/templates.js'])
.pipe(plugins.sourcemaps.init({loadMaps: true}))
.pipe(plugins.concat(config.js(pluginName)))
.pipe(plugins.sourcemaps.write())
.pipe(gulp.dest(config.dist));
});

Expand Down
4 changes: 2 additions & 2 deletions dist/hawkular-ui-components-accounts.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/hawkular-ui-components-alerts.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions dist/hawkular-ui-components-directives.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ h2 {
}
.metrics-boxes li.green {
background-image: -webkit-linear-gradient(top, #fbfdfa 0%, #f1f8f0 100%);
background-image: -o-linear-gradient(top, #fbfdfa 0%, #f1f8f0 100%);
background-image: linear-gradient(to bottom, #fbfdfa 0%, #f1f8f0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfdfa', endColorstr='#fff1f8f0', GradientType=0);
Expand All @@ -290,7 +289,6 @@ h2 {
}
.metrics-boxes li.green:hover {
background-image: -webkit-linear-gradient(top, #f1f8f0 0%, #f1f8f0 100%);
background-image: -o-linear-gradient(top, #f1f8f0 0%, #f1f8f0 100%);
background-image: linear-gradient(to bottom, #f1f8f0 0%, #f1f8f0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f8f0', endColorstr='#fff1f8f0', GradientType=0);
Expand All @@ -300,7 +298,6 @@ h2 {
}
.metrics-boxes li.orange {
background-image: -webkit-linear-gradient(top, #fffcfa 0%, #fef5ed 100%);
background-image: -o-linear-gradient(top, #fffcfa 0%, #fef5ed 100%);
background-image: linear-gradient(to bottom, #fffcfa 0%, #fef5ed 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffcfa', endColorstr='#fffef5ed', GradientType=0);
Expand All @@ -313,7 +310,6 @@ h2 {
}
.metrics-boxes li.orange:hover {
background-image: -webkit-linear-gradient(top, #fef5ed 0%, #fef5ed 100%);
background-image: -o-linear-gradient(top, #fef5ed 0%, #fef5ed 100%);
background-image: linear-gradient(to bottom, #fef5ed 0%, #fef5ed 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef5ed', endColorstr='#fffef5ed', GradientType=0);
Expand Down Expand Up @@ -706,7 +702,6 @@ h2 {
}
.metrics-boxes li.green {
background-image: -webkit-linear-gradient(top, #fbfdfa 0%, #f1f8f0 100%);
background-image: -o-linear-gradient(top, #fbfdfa 0%, #f1f8f0 100%);
background-image: linear-gradient(to bottom, #fbfdfa 0%, #f1f8f0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfdfa', endColorstr='#fff1f8f0', GradientType=0);
Expand All @@ -719,7 +714,6 @@ h2 {
}
.metrics-boxes li.green:hover {
background-image: -webkit-linear-gradient(top, #f1f8f0 0%, #f1f8f0 100%);
background-image: -o-linear-gradient(top, #f1f8f0 0%, #f1f8f0 100%);
background-image: linear-gradient(to bottom, #f1f8f0 0%, #f1f8f0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f8f0', endColorstr='#fff1f8f0', GradientType=0);
Expand All @@ -729,7 +723,6 @@ h2 {
}
.metrics-boxes li.orange {
background-image: -webkit-linear-gradient(top, #fffcfa 0%, #fef5ed 100%);
background-image: -o-linear-gradient(top, #fffcfa 0%, #fef5ed 100%);
background-image: linear-gradient(to bottom, #fffcfa 0%, #fef5ed 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffcfa', endColorstr='#fffef5ed', GradientType=0);
Expand All @@ -742,7 +735,6 @@ h2 {
}
.metrics-boxes li.orange:hover {
background-image: -webkit-linear-gradient(top, #fef5ed 0%, #fef5ed 100%);
background-image: -o-linear-gradient(top, #fef5ed 0%, #fef5ed 100%);
background-image: linear-gradient(to bottom, #fef5ed 0%, #fef5ed 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef5ed', endColorstr='#fffef5ed', GradientType=0);
Expand Down
4 changes: 2 additions & 2 deletions dist/hawkular-ui-components-directives.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/hawkular-ui-components-inventory.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/hawkular-ui-components-metrics.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugins/directives/plugins/sidebar/less/main.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "../../../../../libs/bootstrap/less/variables.less";
@import "../../../../../libs/bootstrap/less/mixins.less";
@import "../../../../../libs/patternfly/components/bootstrap/less/variables.less";
@import "../../../../../libs/patternfly/components/bootstrap/less/mixins.less";
@import "../../../../../libs/patternfly/less/variables.less";

//variables override
Expand Down
4 changes: 2 additions & 2 deletions plugins/directives/plugins/topbar/less/main.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "../../../../../libs/bootstrap/less/variables.less";
@import "../../../../../libs/bootstrap/less/mixins.less";
@import "../../../../../libs/patternfly/components/bootstrap/less/variables.less";
@import "../../../../../libs/patternfly/components/bootstrap/less/mixins.less";
@import "../../../../../libs/patternfly/less/variables.less";

//variables override
Expand Down

0 comments on commit 91787d5

Please sign in to comment.