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
CSC305 Lecture 02
javiergs
PRO
1
260
PostgreSQLで手軽にDuckDBを使う!DuckDB&pg_duckdb入門/osk2025-duckdb
takahashiikki
1
230
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
220
大規模アプリにおけるXcode Previews実用化までの道のり
ikesyo
0
960
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
210
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
200
Platformに“ちょうどいい”責務ってどこ? 関心の熱さにあわせて考える、責務分担のプラクティス
estie
2
510
VisionFrameworkで実現する - プライバシーに配慮した「顔ぼかし」機能 / Face blurring with Vision Framework
imaizume
0
190
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
120
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
310
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
790
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
810
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
How STYLIGHT went responsive
nonsquared
100
5.8k
Designing Experiences People Love
moore
142
24k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
The World Runs on Bad Software
bkeepers
PRO
71
11k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
The Cult of Friendly URLs
andyhume
79
6.6k
YesSQL, Process and Tooling at Scale
rocio
173
14k
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]