Skip to content

Instantly share code, notes, and snippets.

View migreva's full-sized avatar

Michael Varano migreva

View GitHub Profile
@migreva
migreva / gist:2a926b95f25366da657c
Last active January 15, 2016 03:44 — forked from cgmartin/gist:10328349
Less + newer: Watch for imported file changes
//
// grunt-newer:
// Check for newer @import .less files example
// See: https://github.com/tschaub/grunt-newer/issues/29
//
grunt.initConfig({
// ...
newer: {
options: {
override: function(details, include) {