Search
 
SCRIPT & CODE EXAMPLE
 

CSS

online minifier api


#JS Minifier
for file in $(ls|grep '.js'); do curl -X POST -s --data-urlencode "input@${file}" https://www.toptal.com/developers/javascript-minifier/raw > "${file}.min.js"; done

## CSS Minifier
# https://www.toptal.com/developers/cssminifier/api
for file in $(ls |grep '.css'); do curl -X POST -s --data-urlencode "input@${file}" https://www.toptal.com/developers/cssminifier/raw > "${file}.min.css" ; done
Comment

PREVIOUS NEXT
Code Example
Css :: sass loop columns 
Css :: Responsive font size with clamp 
Css :: how to add space inbetween lines in html 
Css :: mysqli check if delete was successful 
Css :: css grid reverse column order 
Css :: putting label on top of input css 
Css :: bash access array indirectly 
Css :: check if audio element is playing css 
Css :: set distance between text and underline 
Css :: detect if an element has a class jQurey 
Css :: centralize div inside div 
Css :: css system default font 
Css :: css first h element 
Css :: text area resize css 
Css :: bootstrap modal is grayed out 
Css :: apply style to second child div 
Css :: a4 pagw size css 
Css :: before content from attribute 
Css :: ::after cant see 
Css :: css rotate 3d 
Css :: css grid auto wrap 
Css :: css how to make a pre tag to break line 
Css :: how to change color of element when hovering over div 
Css :: css linear gradient 
Css :: scrollbar height css 
Css :: move to last commit 
Css :: for in sass 
Css :: how to add background in css 
Css :: font. to be thinner css 
Css :: Media Query smartphone only 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =