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

Improved assets

parent 210a4941
No related branches found
No related tags found
No related merge requests found
PUG = $(shell pwd)/node_modules/pug-cli/index.js --basedir .
all: index.html privacy-policy/index.html releases/index.html
%.html: %.pug
$(PUG) $<
......@@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "This is a websearch frontend for a quassel database.",
"scripts": {
"pug": "make -j8",
"pug": "node_modules/pug-cli/index.js --basedir . **/index.pug index.pug",
"sass": "cd assets/css && make -j8",
"images": "assets/images/generate_makefile.sh && cd assets/images && make -j8",
"build": "npm run images && npm run sass && npm run pug"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment