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
DynamoDBは怖くない!〜テーブル設計の勘所とテスト戦略〜
hyamazaki
0
200
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
830
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
610
自作OSでDOOMを動かしてみた
zakki0925224
1
1.3k
バイブコーディングの正体——AIエージェントはソフトウェア開発を変えるか?
stakaya
5
860
decksh - a little language for decks
ajstarks
4
21k
Bedrock AgentCore ObservabilityによるAIエージェントの運用
licux
9
610
Constant integer division faster than compiler-generated code
herumi
2
590
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
240
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
17
3.8k
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)The Basics of Agent Development with ADK — A Demo-Focused Introduction
risatube
PRO
6
1.4k
Infer入門
riru
4
1.4k
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
How GitHub (no longer) Works
holman
314
140k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Cost Of JavaScript in 2023
addyosmani
51
8.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
BBQ
matthewcrist
89
9.8k
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