Skip to content

Instantly share code, notes, and snippets.

View kurai021's full-sized avatar
🎯
Focusing

Richard Armuelles kurai021

🎯
Focusing
View GitHub Profile
@kurai021
kurai021 / gruntfile.js
Created February 13, 2014 18:42
Gruntfile firefoxos-generator
'use strict';
var mountFolder = function (connect, dir) {
return connect.static(require('path').resolve(dir));
};
module.exports = function (grunt) {
[
'grunt-contrib-cssmin',
'grunt-contrib-clean',
'grunt-contrib-copy',