Skip to content

Commit

Permalink
Fixed build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nero120 committed Sep 11, 2016
1 parent 7803e34 commit 220e195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ node_modules/
*.log
.vscode/
config.js
docs/css/styles.css
docs/css/*.min.css
docs/js/scripts.min.js
docs/css/*.css
docs/js/*.min.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"postcopybootstrapcss": "npm run compilecss",
"compilecss": "node-sass docs/css/styles.scss docs/css/styles.css -q",
"postcompilecss": "npm run minifycss",
"minifycss": "minify docs/css/styles.css",
"minifycss": "minify docs/css/styles.css > docs/css/styles.min.css",
"postminifycss": "npm run bundlejs",
"bundlejs": "uglifyjs --compress --output docs/js/scripts.min.js -- node_modules/jquery/dist/jquery.min.js node_modules/jquery-easing/jquery.easing.1.3.js node_modules/bootstrap/dist/js/bootstrap.min.js docs/js/init.js"
}
Expand Down

0 comments on commit 220e195

Please # to comment.