Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Libsass and why it matters
Orlando Del Aguila
April 17, 2014
Programming
0
74
Libsass and why it matters
A lighting talk about Libsass and why you should use it instead of rubysass
Orlando Del Aguila
April 17, 2014
Tweet
Share
More Decks by Orlando Del Aguila
See All by Orlando Del Aguila
Open Source + Nonprofits = 💪
orlando
0
39
Web APIs 2019
orlando
0
57
Managing remote teams
orlando
0
36
How to be a Senior Software Engineer
orlando
0
71
Terraform Workshop
orlando
1
97
Infrastructure as Code with Terraform
orlando
0
210
Concurrencia, Paralelismo y el Event-loop
orlando
0
220
Talking Web Apps
orlando
0
31
Web Launchpad - Chelajs
orlando
0
130
Other Decks in Programming
See All in Programming
iOSアプリの技術選択2022
tattn
6
2.3k
Android入門
hn410
0
300
コードの解析と言語習得の心得
jinjin33333
0
130
プログラミングを勉強したいと言われたら
yuba_4
0
380
もしも、 上司に鬼退治を命じられたら~プロジェクト計画編~
higuuu
0
270
Becoming an Android Librarian
skydoves
3
450
Enterprise Angular: Frontend Moduliths with Nx and Standalone Components @jax2022
manfredsteyer
PRO
0
290
The future of trust stores in Python
sethmlarson
0
180
roadmap to rust 2024
matsu7874
1
700
Angular's new Standalone Components: How Will They Affect My Architecture? @iJS London 2022
manfredsteyer
PRO
0
390
WindowsコンテナDojo:第2回 Windowsコンテナアプリのビルド、公開、デプロイ
oniak3ibm
PRO
0
140
Monadic Java
mariofusco
4
260
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
15
910
GraphQLの誤解/rethinking-graphql
sonatard
24
6.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
343
17k
How to train your dragon (web standard)
notwaldorf
57
3.8k
Stop Working from a Prison Cell
hatefulcrawdad
261
17k
A Modern Web Designer's Workflow
chriscoyier
689
180k
The Invisible Side of Design
smashingmag
289
48k
The Illustrated Children's Guide to Kubernetes
chrisshort
14
34k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
498
130k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
181
15k
Adopting Sorbet at Scale
ufuk
63
7.5k
Creatively Recalculating Your Daily Design Routine
revolveconf
205
10k
Transcript
@odelaguila
None
We! are! Hiring
Libsass and why it matters
LibSass
None
brew install sassc
git clone git@github.com:hcatlin/sassc.git cd sassc git submodule init && git
submodule update make sudo ln -s $(pwd)/bin/sassc /usr/bin/sassc
compass sass/main.scss 2.77s user 0.12s cpu 2.896 total ! sassc
sass/main.scss 0.23s user 0.03s cpu 0.298 total
compass sass/main.scss cpu 2.896 total ! sassc sass/main.scss cpu 0.298
total
cpu 2.896 total ! cpu 0.298 total
wow much speed so fast
None
Works with node
None
None
doesn’t with ruby
None
Thanks