Created
April 22, 2019 23:59
-
-
Save patricklittle/52b06d5292584998d5afd5abd9ec3592 to your computer and use it in GitHub Desktop.
CSS compiler with node-sass
This file contains hidden or 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
| { | |
| "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