So probably it would make sense to add this to the list of options for the 
maven plugin?


Chris

________________________________
Von: Alex Harui <aha...@adobe.com>
Gesendet: Montag, 24. Oktober 2016 08:48:55
An: dev@flex.apache.org
Betreff: Re: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)



On 10/21/16, 4:35 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
<carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote:

>>If something could be done in the compiler/language space, it would be
>great, since it will
>improve the technology.

I just pushed changes to add a way to exclude css files from the output.
To exclude the defaults.css in HTML.swc, use:

 -compiler.exclude-defaults-css-files=HTML.swc:defaults.css

There are probably some things from HTML.swc that you do need, so it might
be best to make a copy, take out stuff you don't need, then use the above
to kick out the SWC's default.css and have it use your copy via:

 -compiler.defaults-css-files=<path to copy of css file>

I'm done for tonight.

HTH,
-Alex


Reply via email to