StyleSheet

Cyrill's Avatar

Cyrill

15 Oct, 2011 08:15 AM

Hi

Does you plugin support stylesheet compiling? I'm still using flex 3 with stylesheets.

regards
Cyrill

  1. Support Staff 1 Posted by Yennick Trevels on 15 Oct, 2011 10:58 AM

    Yennick Trevels's Avatar

    Hi Cyrill,

    I think it should be possible by specifying this in your build.gradle file:
    type = 'swf'
    mainClass = 'myStyles.css'

    where the myStyles.css file is located in your source directory. I tried it myself and had some problems with the 3.x versions, so maybe it's best to use version 0.2.4 until 3.x is released on maven central.

  2. 2 Posted by Cyrill on 16 Oct, 2011 10:55 AM

    Cyrill's Avatar

    Hi..

    It works.. had to play around with build.gradle. :)

    type = 'swf'
    srcDirs = ['/src/template/i_engineers/styles/']
    mainClass = 'i_engineers.css'
    output = 'template/i_engineers/styles/i_engineers'

  3. Support Staff 3 Posted by Yennick Trevels on 16 Oct, 2011 11:55 AM

    Yennick Trevels's Avatar

    Awesome! :)

  4. Yennick Trevels closed this discussion on 16 Oct, 2011 11:55 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac