fixing archiving

This commit is contained in:
Leo Horie 2014-03-17 21:45:29 -04:00
parent c5f3bc23aa
commit 537e78ac91
4 changed files with 3 additions and 3 deletions

View file

@ -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"]}

View file

@ -60,7 +60,7 @@
</div>
<div class="col(9,9,12)">
<h2 id="change-log">Change Log</h2>
<p><a href="archive/v0.1">v0.1</a> - Initial release</p>
<p><a href="/archive/v0.1">v0.1</a> - Initial release</p>
</div>
</div>

Binary file not shown.

View file

@ -1,3 +1,3 @@
## Change Log
[v0.1](archive/v0.1) - Initial release
[v0.1](/archive/v0.1) - Initial release