Create CSS bundler script
This commit is contained in:
parent
83009c716a
commit
fcaf61dd34
1 changed files with 5 additions and 0 deletions
5
css-bundler.sh
Normal file
5
css-bundler.sh
Normal file
|
@ -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…
Reference in a new issue