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
Libsass and why it matters
Search
Orlando Del Aguila
April 17, 2014
Programming
0
86
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
84
Web APIs 2019
orlando
0
130
Managing remote teams
orlando
0
69
How to be a Senior Software Engineer
orlando
0
150
Terraform Workshop
orlando
1
160
Infrastructure as Code with Terraform
orlando
0
280
Concurrencia, Paralelismo y el Event-loop
orlando
0
350
Talking Web Apps
orlando
0
97
Web Launchpad - Chelajs
orlando
0
210
Other Decks in Programming
See All in Programming
AIのメモリー
watany
13
1.4k
Android 15以上でPDFのテキスト検索を爆速開発!
tonionagauzzi
0
200
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
950
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
280
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
850
대규모 트래픽을 처리하는 프론트 개발자의 전략
maryang
0
120
Dart 参戦!!静的型付き言語界の隠れた実力者
kno3a87
0
180
バイブコーディング超えてバイブデプロイ〜CloudflareMCPで実現する、未来のアプリケーションデリバリー〜
azukiazusa1
3
800
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
330
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
16
9.6k
Claude Code と OpenAI o3 で メタデータ情報を作る
laket
0
110
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
10
2.3k
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
337
57k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Language of Interfaces
destraynor
158
25k
BBQ
matthewcrist
89
9.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
A Tale of Four Properties
chriscoyier
160
23k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
Bash Introduction
62gerente
614
210k
YesSQL, Process and Tooling at Scale
rocio
173
14k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Transcript
@odelaguila
None
We! are! Hiring
Libsass and why it matters
LibSass
None
brew install sassc
git clone
[email protected]
: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