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
200
Des builds front plus rapides
providenz
0
48
Back to front
providenz
0
140
Machine Learning for the rest of us
providenz
1
190
Postgresql la plateforme de vos données
providenz
0
260
Atelier Datalab - volet technique
providenz
0
74
Performance web (Brown bag lunch)
providenz
0
40
Montée en charge
providenz
0
36
Présentation de django
providenz
0
43
Other Decks in Programming
See All in Programming
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
120
Discover Metal 4
rei315
2
130
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
250
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
140
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
130
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
390
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
650
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
360
XP, Testing and ninja testing
m_seki
3
240
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
7.2k
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
440
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
120
Featured
See All Featured
Facilitating Awesome Meetings
lara
54
6.4k
Fireside Chat
paigeccino
37
3.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
A Modern Web Designer's Workflow
chriscoyier
695
190k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Thoughts on Productivity
jonyablonski
69
4.7k
Automating Front-end Workflow
addyosmani
1370
200k
KATA
mclloyd
30
14k
Become a Pro
speakerdeck
PRO
29
5.4k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
4 Signs Your Business is Dying
shpigford
184
22k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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