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
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
390
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
250
Kiroで始めるAI-DLC
kaonash
2
580
Cache Me If You Can
ryunen344
2
650
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
510
はじめてのMaterial3 Expressive
ym223
2
250
Improving my own Ruby thereafter
sisshiki1969
1
160
print("Hello, World")
eddie
2
530
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
A better future with KSS
kneath
239
17k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Language of Interfaces
destraynor
161
25k
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