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
47
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
200
Back to front
providenz
0
140
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
260
Atelier Datalab - volet technique
providenz
0
74
Performance web (Brown bag lunch)
providenz
0
40
Montée en charge
providenz
0
35
Présentation de django
providenz
0
43
Other Decks in Programming
See All in Programming
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
510
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
360
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
190
XSLTで作るBrainfuck処理系
makki_d
0
210
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
120
GoのGenericsによるslice操作との付き合い方
syumai
3
690
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
110
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
400
エンジニア向け採用ピッチ資料
inusan
0
160
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
46
31k
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
210
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
430
65k
Visualization
eitanlees
146
16k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Become a Pro
speakerdeck
PRO
28
5.4k
A designer walks into a library…
pauljervisheath
207
24k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Faster Mobile Websites
deanohume
307
31k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
What's in a price? How to price your products and services
michaelherold
246
12k
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