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
51
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
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
CSC307 Lecture 12
javiergs
PRO
0
470
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
140
SourceGeneratorのマーカー属性問題について
htkym
0
180
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
220
ロボットのための工場に灯りは要らない
watany
6
1.1k
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
260
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
290
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
230
Unity6.3 AudioUpdate
cova8bitdots
0
120
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
210
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
Featured
See All Featured
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
How to Ace a Technical Interview
jacobian
281
24k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
230
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
650
How to make the Groovebox
asonas
2
2k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
66
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Evolving SEO for Evolving Search Engines
ryanjones
0
150
Writing Fast Ruby
sferik
630
63k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
210
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