From 5defccb529b0f02f3612da987387bfe8ed56ef06 Mon Sep 17 00:00:00 2001 From: Carlos Rosquillas Date: Tue, 5 Feb 2013 12:01:40 -0800 Subject: [PATCH] Use path wildcard for Less watcher --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index c3808f2..ef3c57c 100644 --- a/grunt.js +++ b/grunt.js @@ -60,7 +60,7 @@ module.exports = function(grunt) { tasks: 'js' }, css: { - files: ['assets/css/less/*.less', 'assets/css/less/bootstrap/*.less'], + files: ['assets/css/less/**/*.less'], tasks: 'css' } }