Create CSS bundler script

pull/2/head
parent 83009c716a
commit fcaf61dd34
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -0,0 +1,5 @@
#!/bin/sh
# The command I use to shrink the CSS is so long, I saved it here
purifycss ./css/bootstrap.css ./css/gsdk-main.css ./css/gsdk-demo.css ./css/millironx_customstyles.css \
./*.html ./_layouts/*.html ./js/jquery.fittext.js ./js/MillironX_CustomScripts.js \
--min --out ./css/bundle.css --whitelist collapsing
Loading…
Cancel
Save