From 537e78ac91a663211aaf4d8411a7927afc848568 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 17 Mar 2014 21:45:29 -0400 Subject: [PATCH] fixing archiving --- Gruntfile.js | 2 +- archive/v0.1/change-log.html | 2 +- archive/v0.1/mithril.min.zip | Bin 19855 -> 19855 bytes docs/change-log.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 939b63f6..0a7aa5fd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,7 +84,7 @@ module.exports = function(grunt) { tools: {expand: true, cwd: inputFolder + "/layout/tools/", src: "./**", dest: currentVersionArchiveFolder + "/tools/"}, comparisons: {expand: true, cwd: inputFolder + "/layout/comparisons/", src: "./**", dest: currentVersionArchiveFolder + "/comparisons/"}, publish: {expand: true, cwd: currentVersionArchiveFolder, src: "./**", dest: outputFolder}, - archive: {expand: true, cwd: outputFolder, src: "./**", dest: outputFolder + "/archive/v" + version} + archive: {expand: true, cwd: currentVersionArchiveFolder, src: "./**", dest: outputFolder + "/archive/v" + version} }, execute: { tests: {src: [currentVersionArchiveFolder + "/mithril-tests.js"]} diff --git a/archive/v0.1/change-log.html b/archive/v0.1/change-log.html index e2046e83..0759f0f5 100644 --- a/archive/v0.1/change-log.html +++ b/archive/v0.1/change-log.html @@ -60,7 +60,7 @@

Change Log

-

v0.1 - Initial release

+

v0.1 - Initial release

diff --git a/archive/v0.1/mithril.min.zip b/archive/v0.1/mithril.min.zip index 7c7769e880b411ebeebaf4d785a81bb79177a3dc..fdac4dc0dc22930a56965ee8b5a0967c816b66ee 100644 GIT binary patch delta 45 vcmeC5&DcMikte{LnT3l11ZJ(>$fGUGG;8f$@^u9OAW;q2 delta 45 vcmeC5&DcMikte{LnT3l11kSDA$fGUGbZ+%#OWDi%KzcHtuN8>$@^u9OEujve diff --git a/docs/change-log.md b/docs/change-log.md index 8f3c015c..58b16225 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,3 +1,3 @@ ## Change Log -[v0.1](archive/v0.1) - Initial release \ No newline at end of file +[v0.1](/archive/v0.1) - Initial release \ No newline at end of file