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
Mojito Shaker
Search
okuryu
May 17, 2012
Programming
1
59
Mojito Shaker
okuryu
May 17, 2012
Tweet
Share
More Decks by okuryu
See All by okuryu
Around PhantomJS
okuryu
1
110
YUI on Node.js
okuryu
2
100
Introduce Yeti
okuryu
1
62
Other Decks in Programming
See All in Programming
Pulsar2 を雰囲気で使ってみよう
anoken
0
230
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.8k
Writing documentation can be fun with plugin system
okuramasafumi
0
120
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
120
Introduction to kotlinx.rpc
arawn
0
630
SwiftUI Viewの責務分離
elmetal
PRO
0
140
Spring gRPC について / About Spring gRPC
mackey0225
0
220
SpringBoot3.4の構造化ログ #kanjava
irof
2
970
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
10
1.8k
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
『品質』という言葉が嫌いな理由
korimu
0
160
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
328
21k
Designing Experiences People Love
moore
139
23k
Gamification - CAS2011
davidbonilla
80
5.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Speed Design
sergeychernyshev
25
780
Building a Scalable Design System with Sketch
lauravandoore
460
33k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
A Modern Web Designer's Workflow
chriscoyier
693
190k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
31
2.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
240
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
Transcript
Mojito Shaker Ryuichi Okumura
What’s Shaker? “Shaker is a static asset rollup manager for
Mojito applications.” http://developer.yahoo.com/cocktails/shaker/shaker_overview.html
Why Shaker? var device = ac.context.device, css = '/static/device/assets/simple'; if
(device === 'iphone') { css += '.' + device; } css += '.css'; ac.assets.addCss(css, 'top'); Example: With Shaker: No logic to write. (Rollups are picked up automatically)
Installing $ npm install mojito-shaker
Documents • http://developer.yahoo.com/cocktails/shaker/ • https://github.com/yahoo/mojito-shaker
[email protected]