Adding the download and gem install to build

This commit is contained in:
Chris Cowan 2014-09-04 08:53:42 -07:00
parent b38ea65b5b
commit 980a09283b
2 changed files with 428 additions and 1 deletions

427
TODOS.md

File diff suppressed because one or more lines are too long

View file

@ -9,6 +9,8 @@ module.exports = function (grunt) {
'requirejs',
'clean:unneeded_source_in_build',
'copy:server_src',
'download_jruby',
'install_gems',
'warble',
'replace:dist',
'copy:dist',