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
48
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
36
Présentation de django
providenz
0
43
Other Decks in Programming
See All in Programming
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
920
技術同人誌をMCP Serverにしてみた
74th
1
650
GPUを計算資源として使おう!
primenumber
1
120
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
520
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
13k
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
810
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
250
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
400
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
730
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
140
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
2
18k
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
Automating Front-end Workflow
addyosmani
1370
200k
How STYLIGHT went responsive
nonsquared
100
5.6k
GraphQLとの向き合い方2022年版
quramy
49
14k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Bash Introduction
62gerente
613
210k
We Have a Design System, Now What?
morganepeng
53
7.7k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Making Projects Easy
brettharned
116
6.3k
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