Updated build workflow
Showing
- .dockerignore 0 additions, 5 deletions.dockerignore
- .gitignore 1 addition, 0 deletions.gitignore
- Dockerfile 8 additions, 1 deletionDockerfile
- index.html 0 additions, 72 deletionsindex.html
- package-lock.json 335 additions, 1133 deletionspackage-lock.json
- package.json 6 additions, 14 deletionspackage.json
- privacy-policy/content.md 48 additions, 0 deletionsprivacy-policy/content.md
- privacy-policy/index.html 0 additions, 85 deletionsprivacy-policy/index.html
- privacy-policy/index.pug 1 addition, 1 deletionprivacy-policy/index.pug
- releases/index.html 0 additions, 62 deletionsreleases/index.html
index.html
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
{ | ||
"name": "quasseldroid-landing", | ||
"name": "kuschku-landing", | ||
"version": "1.0.0", | ||
"description": "This is a websearch frontend for a quassel database.", | ||
"description": "", | ||
"scripts": { | ||
"pug": "node_modules/pug-cli/index.js --basedir . **/index.pug index.pug", | ||
"sass": "cd assets/css && make -j8", | ||
"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 css_minify && npm run pug" | ||
"pug": "node_modules/pug-cli/index.js --basedir . **/index.pug index.pug" | ||
}, | ||
"author": "Janne Koschinski", | ||
"license": "GPL", | ||
"homepage": "https://quasseldroid.info/", | ||
"homepage": "https://kuschku.de/", | ||
"devDependencies": { | ||
"jstransformer-markdown-it": "^2.1.0", | ||
"node-sass": "^4.13.0", | ||
"pug-cli": "^1.0.0-alpha6", | ||
"purify-css": "^1.2.5", | ||
"uncss": "^0.17.2" | ||
"node-sass": "^4.14.0", | ||
"pug-cli": "^1.0.0-alpha6" | ||
} | ||
} |
privacy-policy/index.html
deleted
100644 → 0
This diff is collapsed.
releases/index.html
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment