UNPKG

brei-grunt-config

Version:
8 lines (7 loc) 187 B
module.exports = function(grunt, options){ return { server: ['compass:server', 'copy:styles'], test: ['copy:styles'], dist: ['copy:styles', 'imagemin', 'svgmin', 'htmlmin'] }; };