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
81
Web APIs 2019
orlando
0
130
Managing remote teams
orlando
0
67
How to be a Senior Software Engineer
orlando
0
140
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
96
Web Launchpad - Chelajs
orlando
0
210
Other Decks in Programming
See All in Programming
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
170
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
100
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
450
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
760
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
110
Porting a visionOS App to Android XR
akkeylab
0
460
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
820
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
130
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
880
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
5.8k
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
590
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
150
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Automating Front-end Workflow
addyosmani
1370
200k
Statistics for Hackers
jakevdp
799
220k
Building Adaptive Systems
keathley
43
2.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Gamification - CAS2011
davidbonilla
81
5.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
4 Signs Your Business is Dying
shpigford
184
22k
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