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
41
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
130
Machine Learning for the rest of us
providenz
1
180
Brunch, le builder pour les developpeurs pressés
providenz
0
150
Postgresql la plateforme de vos données
providenz
0
260
Atelier Datalab - volet technique
providenz
0
70
Performance web (Brown bag lunch)
providenz
0
35
Montée en charge
providenz
0
33
Présentation de django
providenz
0
38
Other Decks in Programming
See All in Programming
Outline View in SwiftUI
1024jp
1
310
Realtime API 入門
riofujimon
0
150
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
160
初めてDefinitelyTypedにPRを出した話
syumai
0
330
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
170
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
2
550
外部システム連携先が10を超えるシステムでのアーキテクチャ設計・実装事例
kiwasaki
1
290
Better Code Design in PHP
afilina
PRO
0
120
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.1k
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
180
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.2k
Tuning GraphQL on Rails
pyama86
2
1.2k
Featured
See All Featured
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Become a Pro
speakerdeck
PRO
25
5k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Why Our Code Smells
bkeepers
PRO
334
57k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Visualization
eitanlees
145
15k
Adopting Sorbet at Scale
ufuk
73
9.1k
What's new in Ruby 2.0
geeforr
343
31k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
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