Add CHANGELOG.md and make it accessible from menu

This commit is contained in:
Nick O'Leary
2016-06-08 16:18:24 +01:00
parent 241e2828e7
commit 04424c2a7c
3 changed files with 300 additions and 2 deletions

View File

@@ -228,6 +228,12 @@ module.exports = function(grunt) {
'red/runtime/locales/en-US/runtime.json'
],
tasks: ['jsonlint:messages']
},
misc: {
files: [
'CHANGELOG.md'
],
tasks: ['copy:build']
}
},
@@ -285,7 +291,12 @@ module.exports = function(grunt) {
src: ['editor/index.html','editor/favicon.ico'],
dest: 'public/',
flatten: true
}]
},
{
src: 'CHANGELOG.md',
dest: 'public/red/about'
}
]
},
release: {
files: [{