Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
CSSmin
Search
jukra
November 01, 2014
Programming
0
77
CSSmin
CSSmin with node.js
jukra
November 01, 2014
Tweet
Share
More Decks by jukra
See All by jukra
Coveralls.io
jukra
0
100
Other Decks in Programming
See All in Programming
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
650
1から理解するWeb Push
dora1998
7
2k
API Platform 4.2: Redefining API Development
soyuka
0
240
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
チームのテスト力を鍛える
goyoki
3
950
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
AIでLINEスタンプを作ってみた
eycjur
1
230
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
190
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
190
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
830
The Language of Interfaces
destraynor
161
25k
RailsConf 2023
tenderlove
30
1.2k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Thoughts on Productivity
jonyablonski
70
4.8k
Why Our Code Smells
bkeepers
PRO
339
57k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Code Review Best Practice
trishagee
71
19k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Invisible Side of Design
smashingmag
301
51k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Designing for humans not robots
tammielis
253
25k
Transcript
CSSMIN Compress CSS files
CHOICES • GRUNT - grunt-contrib-cssmin • GULP - gulp-minify-css -
gulp-cssmin • NODE - cssmin
GETTING STARTED
TASK • Run this task with the grunt cssmin command.
• Task targets, files and options may be specified according to the grunt Configuring tasks guide. • Files are compressed with clean-css.
OPTIONS
USAGE
USAGE
USAGE