-
- Downloads
Improved css sizes
Showing
- _template.pug 1 addition, 2 deletions_template.pug
- assets/css/Makefile 1 addition, 1 deletionassets/css/Makefile
- assets/css/important.css 27670 additions, 1 deletionassets/css/important.css
- assets/css/important.min.css 1 addition, 0 deletionsassets/css/important.min.css
- assets/css/important.scss 0 additions, 2624 deletionsassets/css/important.scss
- assets/css/semantic.css 39666 additions, 15 deletionsassets/css/semantic.css
- assets/css/semantic.scss 0 additions, 8252 deletionsassets/css/semantic.scss
- index.html 1 addition, 58 deletionsindex.html
- package-lock.json 6159 additions, 724 deletionspackage-lock.json
- package.json 6 additions, 1 deletionpackage.json
- privacy-policy/index.html 1 addition, 58 deletionsprivacy-policy/index.html
- releases/index.html 1 addition, 58 deletionsreleases/index.html
This diff is collapsed.
assets/css/important.min.css
0 → 100644
This diff is collapsed.
assets/css/important.scss
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
assets/css/semantic.scss
deleted
100644 → 0
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
... | ... | @@ -5,6 +5,9 @@ |
"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_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" | ||
}, | ||
... | ... | @@ -13,6 +16,8 @@ |
"homepage": "https://quasseldroid.info/", | ||
"devDependencies": { | ||
"node-sass": "^4.7.2", | ||
"pug-cli": "^1.0.0-alpha6" | ||
"pug-cli": "^1.0.0-alpha6", | ||
"purifycss": "^1.2.6", | ||
"uncss": "^0.16.2" | ||
} | ||
} |
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.
Please register or sign in to comment