Skip to content
Snippets Groups Projects
Commit 2a47a9ef authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Adding proper packages for test purpose for Fred

parent cc893869
No related branches found
No related tags found
1 merge request!10Adding proper packages for test purpose for Fred
...@@ -2,7 +2,18 @@ ...@@ -2,7 +2,18 @@
"name": "Coop-starter", "name": "Coop-starter",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass --watch src/styles/index.scss www/styles/coopstarter.css",
"pug": "pug --watch ./src/index.pug --out ./www/ --obj ./src/config.json",
"pugprod": "pug ./src/index.pug --out ./www/ --obj prod.json",
"copy-js": "cp ./src/script/*.js ./www/script/",
"watch": "run-p scss pug"
},
"devDependencies": { "devDependencies": {
"http-server": "^0.11.1",
"copy-and-watch": "^0.1.2",
"npm-run-all": "^4.1.5",
"@babel/core": "^7.1.0", "@babel/core": "^7.1.0",
"@babel/cli": "^7.1.0", "@babel/cli": "^7.1.0",
"node-sass": "^4.9.3", "node-sass": "^4.9.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment