Skip to content

Commit

Permalink
Bug #2, Travis-CI fix - jshint ignore [iet:8585323]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Apr 5, 2017
1 parent 2fcb8cc commit 453a22b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"npm i -g csslint && npm i -g jshint"
],
"build": [
"node_modules/.bin/uglifyjs user/*.js --comments=/^!/ --preamble='/*eslint-disable*/' -bo ouop.dist.js",
"node_modules/.bin/uglifyjs user/*.js --comments=/^!/ --preamble='/*eslint-disable*//*jshint ignore:start*/' -bo ouop.dist.js",
"node_modules/.bin/lessc style/*.less style/ouop-styles.css"
],
"jshint-config": "echo '{ \"laxcomma\": true }' > .jshintrc",
Expand Down
6 changes: 3 additions & 3 deletions style/ouop-styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ div[ data-region = drawer ] {
.ouop_oucu-ndf42 {

#ouop-toggle-hidden-ui-btn {
bottom: 2px;
display: block;
padding: .4em 1em;
position: fixed;
bottom: 2px;
right: 2px;
padding: .4em 1em;
}
}

Expand Down Expand Up @@ -130,7 +130,7 @@ div[ data-region = drawer ] {
// All pages.
&.ouop-not-team {
#nav-drawer,
[ data-region = drawer-toggle ],
div[ data-region = drawer-toggle ],
.completionprogress,
#block-region-side-pre, //.block-region,
.breadcrumb-button
Expand Down

0 comments on commit 453a22b

Please sign in to comment.