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
60
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
65
Other Decks in Programming
See All in Programming
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
0
140
Passkeys for Java Developers
ynojima
3
860
F#で自在につくる静的ブログサイト - 関数型まつり2025
pizzacat83
0
300
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
230
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
3k
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
11
1.9k
GoのGenericsによるslice操作との付き合い方
syumai
2
640
KotlinConf 2025 現地参加の土産話
n_takehata
0
100
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
290
Effect の双対、Coeffect
yukikurage
5
1.4k
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
1
120
從零到一:搭建你的第一個 Observability 平台
blueswen
1
950
Featured
See All Featured
Writing Fast Ruby
sferik
628
61k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Code Reviewing Like a Champion
maltzj
524
40k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
GitHub's CSS Performance
jonrohan
1031
460k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
How STYLIGHT went responsive
nonsquared
100
5.6k
Into the Great Unknown - MozCon
thekraken
39
1.8k
Docker and Python
trallard
44
3.4k
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]