Skip to content
Snippets Groups Projects
Verified Commit 0cd24618 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved asset pipeline, improved link colors

parent 2ae3a63c
No related branches found
No related tags found
No related merge requests found
SASS = $(shell pwd)/../../node_modules/node-sass/bin/node-sass --output-style compressed
all: fonts.css style.css
all: fonts.css style.css important.css
%.css: %.sass
$(SASS) $< -o .
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -5,11 +5,11 @@
"scripts": {
"pug": "node_modules/pug-cli/index.js --basedir . **/index.pug index.pug",
"sass": "cd assets/css && make -j8",
"css_minify_purifycss": "node_modules/purifycss/bin/purifycss assets/css/important.css index.html privacy-policy/index.html releases/index.html --min --info --out assets/css/important.min1.css",
"css_minify_purifycss": "node_modules/purify-css/bin/purifycss assets/css/important.css index.html privacy-policy/index.html releases/index.html --min --info --out assets/css/important.min1.css",
"css_minify_uncss": "node_modules/uncss/bin/uncss index.html privacy-policy/index.html releases/index.html --htmlroot . --stylesheets assets/css/important.min1.css > assets/css/important.min.css",
"css_minify": "npm run css_minify_purifycss && npm run css_minify_uncss && rm assets/css/important.min1.css",
"images": "assets/images/generate_makefile.sh && cd assets/images && make -j8",
"build": "npm run images && npm run sass && npm run pug"
"build": "npm run images && npm run sass && npm run css_minify && 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.
Finish editing this message first!
Please register or to comment