piotrz wrote
> Are you using Flash Builder with command line compilation ? You need to
> add
> 
> -compiler.exclude-defaults-css-files=HTML.swc:defaults.css
> -html-template=${basedir}/src/main/resources/mdl-js-index-template.html

Piotr,

After your previous comment to look into build.xml/pom.xml file, I found
what you were trying to say - we requires additional compiler arguments.

No, I'm not using Flash Builder but Moonshine. I tried adding those two
arguments in additional compiler arguments section; ran, but nothing
changed. I noticed the output wrapper html file didn't had MDL JS references
also, so clearly mdl-js-index-template.html not using. My arguments were:

-locale en_US -compiler.exclude-defaults-css-files=HTML.swc:defaults.css
-html-template=resources/mdl-js-index-template.html

I was also wondering, if we just add
"-compiler.exclude-defaults-css-files=HTML.swc:defaults.css" how a general
FlexJS project would look like? I tried to add this particular argument to
other FlexJS project, to satisfy the argument is working, but I didn't seen
any notable difference in UI. 

Thanks!



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Popup-tp58435p58518.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to