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
150
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
42
Back to front
providenz
0
130
Machine Learning for the rest of us
providenz
1
180
Postgresql la plateforme de vos données
providenz
0
260
Atelier Datalab - volet technique
providenz
0
72
Performance web (Brown bag lunch)
providenz
0
36
Montée en charge
providenz
0
34
Présentation de django
providenz
0
38
Other Decks in Programming
See All in Programming
AWSのLambdaで PHPを動かす選択肢
rinchoku
2
370
traP の部内 ISUCON とそれを支えるポータル / PISCON Portal
ikura_hamu
0
170
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
140
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
550
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
290
はてなにおけるfujiwara-wareの活用やecspressoのCI/CD構成 / Fujiwara Tech Conference 2025
cohalz
0
130
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
1.3k
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
1.5k
『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code
minodriven
26
2.9k
テストケースの名前はどうつけるべきか?
orgachem
PRO
1
290
Flatt Security XSS Challenge 解答・解説
flatt_security
0
660
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
750
Featured
See All Featured
It's Worth the Effort
3n
183
28k
Six Lessons from altMBA
skipperchong
27
3.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
How to Ace a Technical Interview
jacobian
276
23k
The Pragmatic Product Professional
lauravandoore
32
6.4k
We Have a Design System, Now What?
morganepeng
51
7.3k
The World Runs on Bad Software
bkeepers
PRO
66
11k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7.1k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
Faster Mobile Websites
deanohume
305
30k
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