From 0be75d69c6cb816f79366843a933131e4d05dd35 Mon Sep 17 00:00:00 2001 From: David Miller Date: Thu, 11 Sep 2014 03:24:29 -0400 Subject: [PATCH] include the LESS files in the dist folder --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 68e7cb0..2ca13c0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -20,7 +20,7 @@ module.exports = function(grunt) { }, copy: { main: { - src: ['*.html', 'mail/**', 'img/**'], + src: ['*.html', 'mail/**', 'img/**', 'less/**'], dest: 'dist/', }, jquery: { @@ -105,7 +105,7 @@ module.exports = function(grunt) { }, }, copy: { - files: ['*.html', 'mail/**', 'img/**'], + files: ['*.html', 'mail/**', 'img/**', 'less/**'], tasks: ['copy'], options: { spawn: false,