switch to new app config

This commit is contained in:
Laurent Sansonetti
2011-10-24 23:48:52 +02:00
parent 082f0b7050
commit 98b48226f2

View File

@@ -55,7 +55,9 @@ class RubixirCommandLine
require 'rubygems'
require 'rubixir/rake'
Rubixir::CONFIG.app_name = '#{@app_name}'
Motion::App.setup do |app|
app.name = '#{@app_name}'
end
EOS
end
Dir.mkdir('app')