Move built console.js into lib and include in standalone distribution

[finishes #59679110]
This commit is contained in:
Sheel Choksi
2013-10-29 13:58:22 -07:00
parent 61993cf1fc
commit a03fad8911
4 changed files with 16 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
'src/console/requireConsole.js',
'src/console/ConsoleReporter.js'
],
dest: 'src/console/console.js'
dest: 'lib/console/console.js'
},
options: {
banner: license(),