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
Brunch, le builder pour les developpeurs pressés
Search
Providenz - Laurent Paoletti
April 21, 2015
Programming
0
160
Brunch, le builder pour les developpeurs pressés
Mini talk donné à MarseilleJS le 21 avril 2015
Providenz - Laurent Paoletti
April 21, 2015
Tweet
Share
More Decks by Providenz - Laurent Paoletti
See All by Providenz - Laurent Paoletti
Introduction au machine learning
providenz
0
210
Des builds front plus rapides
providenz
0
50
Back to front
providenz
0
150
Machine Learning for the rest of us
providenz
1
190
Postgresql la plateforme de vos données
providenz
0
270
Atelier Datalab - volet technique
providenz
0
76
Performance web (Brown bag lunch)
providenz
0
44
Montée en charge
providenz
0
47
Présentation de django
providenz
0
45
Other Decks in Programming
See All in Programming
Automatic Grammar Agreementと Markdown Extended Attributes について
kishikawakatsumi
0
200
Honoを使ったリモートMCPサーバでAIツールとの連携を加速させる!
tosuri13
1
180
並行開発のためのコードレビュー
miyukiw
0
320
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
5
490
Patterns of Patterns
denyspoltorak
0
1.4k
15年続くIoTサービスのSREエンジニアが挑む分散トレーシング導入
melonps
2
220
余白を設計しフロントエンド開発を 加速させる
tsukuha
7
2.1k
AtCoder Conference 2025
shindannin
0
1.1k
dchart: charts from deck markup
ajstarks
3
1k
高速開発のためのコード整理術
sutetotanuki
1
410
開発者から情シスまで - 多様なユーザー層に届けるAPI提供戦略 / Postman API Night Okinawa 2026 Winter
tasshi
0
210
ノイジーネイバー問題を解決する 公平なキューイング
occhi
0
110
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.1k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
120
WCS-LA-2024
lcolladotor
0
450
Utilizing Notion as your number one productivity tool
mfonobong
3
220
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
93
How to Ace a Technical Interview
jacobian
281
24k
Designing for Performance
lara
610
70k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.3k
Chasing Engaging Ingredients in Design
codingconduct
0
110
Side Projects
sachag
455
43k
Why Our Code Smells
bkeepers
PRO
340
58k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
78
Transcript
BRUNCH.IO pour les dev feignants pressés
WHOAMI Laurent Paoletti @providenz
TASKS BUILD WHAT
CONVENTION over CONFIGURATION
CONFIG PAR DÉFAUT
SIMPLE RAPIDE WHY
concaténation enrobage source maps minification surveillance notification
INSTALL npm install -g brunch
brunch new <skeleton-URL> [dir] brunch new gh:brunch/dead-simple CRÉATION
à la mano CRÉATION
app app/assets vendor public _ STRUCTURE
brunch-config.coffee brunch-config.js CONFIG
module.exports = config: files: javascripts: joinTo: 'app.js' stylesheets: joinTo: 'app.css'
CONFIG
npm install —save plugin c’est (souvent) suffisant PLUGINS
brunch watch brunch watch —server brunch w -s DEV
brunch build [—production] BUILD
http://brunch.io https://github.com/brunch/brunch-guide LIENS
MERCI providenz.fr @providenz