Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Grunt, Before & After

Grunt, Before & After

Maxime Thirouin

January 23, 2013
Tweet

More Decks by Maxime Thirouin

Other Decks in Technology

Transcript

  1. ... AVEC DIFFÉRENTS OUTILS... pré-processeur CSS optimiseurs d'images générateurs de

    fonts pré-processeur JS linters livereload tests docs ... 3
  2. LE NOM GRUNT PROVIENT DE WARCRAFT 3 Confirmé par ,

    créateur de Grunt.js ben_alman 6
  3. APRÈS GRUNT ? 1. Préprocessing ? Grunt 2. Tests ?

    Grunt 3. csslint ? js(h|l)int ? Grunt 4. ... 7
  4. INSTALLATION (OS X/HOMEBREW) Ca ne doit pas être bien difficile

    de trouver pour Linux, peut être un peu plus pour Windows $ brew install node $ curl http://npmjs.org/install.sh | sh $ npm install ­g grunt­cli $ npm install grunt ­­save­dev $ npm install {what­you­want} 8
  5. GRUNTFILE.JS CONFIG À LA MAKEFILE Gruntfile.js de Grunt.js Oui Grunt

    s'utilise lui même ! Exemple de gruntfile pour un blog jekyll par_kud 9
  6. & / MAXIME THIROUIN / ENJOY ! BY @MOOX ON

    TWITTER GITHUB MOOX.IO 12