Created
August 20, 2016 09:08
-
-
Save SomeKay/507d9b5bdb0d607d1c300687c85e1a55 to your computer and use it in GitHub Desktop.
Modified package.json with CSS pulling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"main": "index.js", | |
"scripts": { | |
"start": "node server.js", | |
"build": "node-sass --include-path styles styles/styles.scss styles/styles.css", | |
"getCss": "cp submodules/styles/styles.css styles/styles.css" | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment