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
Snowflake x dbtで作るセキュアでアジャイルなデータ基盤
tsoshiro
2
520
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
1.8k
Macとオーディオ再生 2024/11/02
yusukeito
0
380
Remix on Hono on Cloudflare Workers
yusukebe
1
310
React CompilerとFine Grained Reactivityと宣言的UIのこれから / The next chapter of declarative UI
ssssota
1
110
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
210
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
910
React への依存を最小にするフロントエンド設計
takonda
12
3.4k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
受け取る人から提供する人になるということ
little_rubyist
0
250
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
900
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
How STYLIGHT went responsive
nonsquared
95
5.2k
Teambox: Starting and Learning
jrom
133
8.8k
Practical Orchestrator
shlominoach
186
10k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
42
9.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Faster Mobile Websites
deanohume
305
30k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.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]