assertTrue is the professional blog of Luke Bayes and Ali Mills

Using Flex 4 (Gumbo) with Sprouts

Posted by Luke Bayes Wed, 10 Sep 2008 01:19:00 GMT

I just got a question about using the Flex 4 SDK with Sprouts and figured I’d share the answer with anyone else that may be interested…

Being insanely flexible does often have it’s downsides, but in this case life is good.

To use the latest Flex 4 SDK with the latest release of Sprouts, you can simply update your project_model by specifying the compiler_gem_name as follows:

1
2
3
4
5
6
7
8
project_model :model do |m|
  m.project_name            = 'SomeProject'
  m.language                = 'mxml'
  m.background_color        = '#FFFFFF'
  m.width                   = 970
  m.height                  = 550
  m.compiler_gem_name       = 'sprout-flex4sdk-tool'
end

Then run rake.

Fits like it grew there!

Tags ,  | no comments

Comments

Your Reply

Comment Form.

Fields denoted with an "*" are required.