Skip to content

Instantly share code, notes, and snippets.

@SomeKay
Created August 20, 2016 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeKay/507d9b5bdb0d607d1c300687c85e1a55 to your computer and use it in GitHub Desktop.
Save SomeKay/507d9b5bdb0d607d1c300687c85e1a55 to your computer and use it in GitHub Desktop.
Modified package.json with CSS pulling
{
...
"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