From: Eric Morris Date: Thu, 7 Nov 2013 06:28:17 +0000 (-0800) Subject: Update make:templates task to not double wrap the testing directory X-Git-Tag: v1.0.0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a33c9d2f53e8e9056d892ce2569d8c95a606e45d;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update make:templates task to not double wrap the testing directory --- diff --git a/Gruntfile.js b/Gruntfile.js index 42aaaecd..491b4546 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ module.exports = function(grunt) { includes: { templates: { src: 'templates/base/*.html', - dest: 'build/downloads/templates', + dest: 'build/downloads', cwd: '.', options: { includeRegexp: /^\s*\/\*\s*[Ii]nclude\s+([^'"\s]+)\s*\*\/$/,