Skip to content

Instantly share code, notes, and snippets.

@patricklittle
Created April 22, 2019 23:59
Show Gist options
  • Select an option

  • Save patricklittle/52b06d5292584998d5afd5abd9ec3592 to your computer and use it in GitHub Desktop.

Select an option

Save patricklittle/52b06d5292584998d5afd5abd9ec3592 to your computer and use it in GitHub Desktop.
CSS compiler with node-sass
{
"name": "CSS Compiler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass --watch src/scss -o assets/css"
},
"author": "Patrick Little",
"license": "ISC",
"dependencies": {
"node-sass": "^4.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment