Configuração do Grunt para Pattern Lab: Live Reload, observa os arquivos Sass e HTML em busca de alterações, usa o Compass para compilar CSS
module.exports = function (grunt) { // Load grunt tasks automatically require(‘load-grunt-tasks’)(grunt); // Time how long tasks take. Can help when optimizing build times require(‘time-grunt’)(grunt); // Define the configuration for all …
Continuar lendo