]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update make:templates task to not double wrap the testing directory
authorEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 06:28:17 +0000 (22:28 -0800)
committerEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 06:28:17 +0000 (22:28 -0800)
Gruntfile.js

index 42aaaecda56b498362a0d28f653a00f02ee26b32..491b45468ff7955aa041f905e03ed8bdef0545e7 100644 (file)
@@ -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*\*\/$/,