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
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
250
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
個人軟體時代
ethanhuang13
0
320
Testing Trophyは叫ばない
toms74209200
0
850
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
390
Kiroで始めるAI-DLC
kaonash
2
580
Swift Updates - Learn Languages 2025
koher
2
470
RDoc meets YARD
okuramasafumi
4
170
パッケージ設計の黒魔術/Kyoto.go#63
lufia
3
430
速いWebフレームワークを作る
yusukebe
5
1.7k
私の後悔をAWS DMSで解決した話
hiramax
4
210
はじめてのMaterial3 Expressive
ym223
2
250
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Designing for humans not robots
tammielis
253
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
For a Future-Friendly Web
brad_frost
180
9.9k
Fireside Chat
paigeccino
39
3.6k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
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