Last active
June 14, 2018 20:32
-
-
Save EricCote/dd770ab26cbeec7e3e07e64e4323f88e to your computer and use it in GitHub Desktop.
script pour React Academy
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
"scripts": { | |
"prebuild-css": "IF NOT EXIST src\\bootstrap XCOPY node_modules\\bootstrap\\scss src\\bootstrap /i /s /y", | |
"build-css": "node-sass-chokidar src/ -o src/", | |
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive", | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment