fixing archiving
This commit is contained in:
parent
c5f3bc23aa
commit
537e78ac91
4 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ module.exports = function(grunt) {
|
||||||
tools: {expand: true, cwd: inputFolder + "/layout/tools/", src: "./**", dest: currentVersionArchiveFolder + "/tools/"},
|
tools: {expand: true, cwd: inputFolder + "/layout/tools/", src: "./**", dest: currentVersionArchiveFolder + "/tools/"},
|
||||||
comparisons: {expand: true, cwd: inputFolder + "/layout/comparisons/", src: "./**", dest: currentVersionArchiveFolder + "/comparisons/"},
|
comparisons: {expand: true, cwd: inputFolder + "/layout/comparisons/", src: "./**", dest: currentVersionArchiveFolder + "/comparisons/"},
|
||||||
publish: {expand: true, cwd: currentVersionArchiveFolder, src: "./**", dest: outputFolder},
|
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: {
|
execute: {
|
||||||
tests: {src: [currentVersionArchiveFolder + "/mithril-tests.js"]}
|
tests: {src: [currentVersionArchiveFolder + "/mithril-tests.js"]}
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col(9,9,12)">
|
<div class="col(9,9,12)">
|
||||||
<h2 id="change-log">Change Log</h2>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
[v0.1](archive/v0.1) - Initial release
|
[v0.1](/archive/v0.1) - Initial release
|
||||||
Loading…
Add table
Add a link
Reference in a new issue