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
Branches
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -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",
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment