lib/sprout/generators/project/templates/rakefile.rb in sprout-as3-bundle-1.0.9 vs lib/sprout/generators/project/templates/rakefile.rb in sprout-as3-bundle-1.0.10
- old
+ new
@@ -9,11 +9,12 @@
m.project_name = '<%= project_name %>'
m.language = 'as3'
m.background_color = '#FFFFFF'
m.width = 970
m.height = 550
- # m.use_fcsh = true
+ # m.use_fdb = true
+ # m.use_fcsh = true
# m.src_dir = 'src'
# m.lib_dir = 'lib'
# m.swc_dir = 'lib'
# m.bin_dir = 'bin'
# m.test_dir = 'test'
@@ -22,10 +23,9 @@
# m.compiler_gem_name = 'sprout-flex4sdk-tool'
# m.compiler_gem_version = '>= 4.0.0'
# m.source_path << "#{m.lib_dir}/somelib"
# m.libraries << :corelib
end
-
desc 'Compile and debug the application'
debug :debug
desc 'Compile run the test harness'