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
AHC051解法紹介
eijirou
0
540
QA x AIエコシステム段階構築作戦
osu
0
270
Google I/O recap web編 大分Web祭り2025
kponda
0
2.8k
『リコリス・リコイル』に学ぶ!! 〜キャリア戦略における計画的偶発性理論と変わる勇気の重要性〜
wanko_it
1
520
Infer入門
riru
4
1.5k
パスタの技術
yusukebe
1
380
CLI ツールを Go ライブラリ として再実装する理由 / Why reimplement a CLI tool as a Go library
ktr_0731
3
1.1k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
920
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
300
Flutterと Vibe Coding で個人開発!
hyshu
1
250
DynamoDBは怖くない!〜テーブル設計の勘所とテスト戦略〜
hyamazaki
1
200
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
370
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Writing Fast Ruby
sferik
628
62k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
How GitHub (no longer) Works
holman
314
140k
Bash Introduction
62gerente
614
210k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Scaling GitHub
holman
462
140k
BBQ
matthewcrist
89
9.8k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
Building Applications with DynamoDB
mza
96
6.5k
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]