Skip to content

Instantly share code, notes, and snippets.

@skaraman
skaraman / Gruntfile.js
Last active August 29, 2015 14:01
Gruntfile.js -skaraman
/*global module:false*/
/*Generated initially from grunt-init, heavily inspired by yo webapp*/
module.exports = function(grunt) {
'use strict';
// Time how long tasks take. Can help when optimizing build times
require('time-grunt')(grunt);
// /*
// * Your Stylesheet
// *
// * This stylesheet is loaded when Atom starts up and is reloaded automatically
// * when it is changed and saved.
// *
// * Add your own CSS or Less to fully customize Atom.
// * If you are unfamiliar with Less, you can read more about it here:
// * http://lesscss.org
// */