add manifest files for npm and component

This commit is contained in:
Leo Horie 2014-03-30 22:30:08 -04:00
parent 78c422448a
commit 18dd5a1410
5 changed files with 43 additions and 0 deletions

View file

@ -77,6 +77,7 @@ module.exports = function(grunt) {
options: {force: true, patterns: [{match: /\.md/g, replacement: ".html"}, {match: /\$version/g, replacement: version}]},
links: {expand: true, flatten: true, src: [tempFolder + "/**/*.html"], dest: currentVersionArchiveFolder + "/"},
index: {src: inputFolder + "/layout/index.html", dest: currentVersionArchiveFolder + "/index.html"},
commonjs: {expand: true, flatten: true, src: [inputFolder + "/layout/*.json"], dest: currentVersionArchiveFolder},
},
copy: {
style: {src: inputFolder + "/layout/style.css", dest: currentVersionArchiveFolder + "/style.css"},