Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new build process, enabling continuous integration #8

Merged
merged 19 commits into from
Jun 10, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Draft build script using bestzip.
delucis committed Jun 10, 2016
commit be0818133439c101c124a18c3fb86bc739f15d85
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -4,8 +4,10 @@
"description": "Repository for WordPress theme development for hgnm.org",
"scripts": {
"start": "npm run css:build && npm run css:watch",
"build": "npm run css:build && npm run bundle",
"css:build": "node-sass --include-path scss scss/style.scss style.css",
"css:watch": "node-sass --include-path scss scss/style.scss style.css -w"
"css:watch": "node-sass --include-path scss scss/style.scss style.css -w",
"bundle": "bestzip hgnm-2014.zip /"
},
"repository": "HGNM/hgnm-2014",
"keywords": [