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 7c7769e8..fdac4dc0 100644 Binary files a/archive/v0.1/mithril.min.zip and b/archive/v0.1/mithril.min.zip differ 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