Skip to content
Snippets Groups Projects
Commit 16cce80f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated asset generation

parent 289377db
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -4,7 +4,8 @@
"description": "This is a websearch frontend for a quassel database.",
"scripts": {
"pug": "node_modules/pug-cli/index.js --basedir . **/index.pug index.pug",
"sass": "node_modules/node-sass/bin/node-sass --style compressed assets/css/ -o assets/css/"
"sass": "node_modules/node-sass/bin/node-sass --style compressed assets/css/ -o assets/css/",
"build": "npm run sass && npm run pug"
},
"author": "Janne Koschinski",
"license": "GPL",
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment