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
Des builds front plus rapides
Search
Providenz - Laurent Paoletti
June 17, 2015
Programming
0
51
Des builds front plus rapides
Talk donné à /dev/var/10 le 9 juin 2015
Providenz - Laurent Paoletti
June 17, 2015
Tweet
Share
More Decks by Providenz - Laurent Paoletti
See All by Providenz - Laurent Paoletti
Introduction au machine learning
providenz
0
210
Back to front
providenz
0
150
Machine Learning for the rest of us
providenz
1
190
Brunch, le builder pour les developpeurs pressés
providenz
0
160
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
TipKitTips
ktcryomm
0
150
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
190
要求定義・仕様記述・設計・検証の手引き - 理論から学ぶ明確で統一された成果物定義
orgachem
PRO
9
4.8k
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
320
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
660
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜
kuro_kurorrr
3
1.6k
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
540
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
120
株式会社 Sun terras カンパニーデック
sunterras
0
1.9k
AI巻き込み型コードレビューのススメ
nealle
2
2.5k
Head of Engineeringが現場で回した生産性向上施策 2025→2026
gessy0129
0
210
ぼくの開発環境2026
yuzneri
1
290
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
Being A Developer After 40
akosma
91
590k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1k
Unsuck your backbone
ammeep
672
58k
Claude Code のすすめ
schroneko
67
220k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
240
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
65
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Scaling GitHub
holman
464
140k
Transcript
DES BUILDS FRONT PLUS RAPIDES @providenz
libsass > compass ~10x à 100x http://libsass.org/
autoprefixer https://github.com/postcss/autoprefixer
BRUNCH.IO
CONVENTION over CONFIGURATION TASKS BUILD
CONFIG PAR DÉFAUT
SIMPLE RAPIDE WHY* *ça veut dire pourquoi
concaténation enrobage source maps minification surveillance notification
INSTALL npm install -g brunch
brunch new <skeleton-URL> [dir] brunch new gh:brunch/dead-simple à la main
CRÉATION
brunch-config.coffee brunch-config.js CONFIG
app assets vendor public STRUCTURE
npm install -g plugin c’est (souvent) suffisant PLUGINS
brunch watch brunch watch —server brunch w -s DEV
brunch build [—production] (autoprefixer etc) BUILD
http://brunch.io https://github.com/brunch/brunch-guide
Browsersync
Browsersync · features live reload interaction sync multi navigateurs editeur
agnostique
Browsersync · install npm install browser-sync
Browsersync
Démo
Merci @providenz