Bien démarrer avec Brunch
- JS Attitude – Pourquoi je préfère Brunch ?
- An Introduction to Source Maps. One of the easiest performance wins you can gain for your website is to combine and compress your JavaScript and CSS files. But what happens when you need to debug the code within those compressed files? It can be a nightmare. Fear not however, there is a solution on the horizon and it goes by the name of source maps.
- Squelettes – Dépôts Git proposant une infra par défaut pour une application front utilisant Brunch. Fournir une base de départ en créant certains dossiers, en prédéfinissant les dépendances dans le package.json et en fournissant une configuration Brunch de départ.
Plugins
Où trouver des plugins pour Brunch ?
Minification de code
- clean-css
- UglifyJS
Edition de code bi-directionnelle en temps réel
- Emmet LiveStyle – The first bi-directional real-time edit tool for CSS, LESS and SCSS.
- BrowserSync – Time-saving synchronised browser testing (CSS).
- fb-flo – A Chrome extension that lets you modify running apps without reloading them (injecte CSS et JS).