This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// /* | |
// * 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 | |
// */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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); |