Hi Piotr, but this is not the same problem. I managed something similar to yours when "introducing assets in theme SWC". Then I use maven to copy assets to SWC. But the actual problem is "copying the assets inside a theme SWC to final Royale App (JS or SWF)", so compiler needs to extract from SWC theme and copy to output folder
in the other hand some CSS rules gives problems. I found various when tried to make MDLBlogExample. This will become problematic at some time when people try to enter some advanced selectors in CSS, or maybe even soon if I need some of that while doing Theme final work on visuals. At some time will need to start raising bugs to solve it 2018-02-25 0:48 GMT+01:00 Piotr Zarzycki <[email protected]>: > I came into similar problem while working on transpiledactionscript > website. There were some CSS construction like scaleY, rotate etc. which > simply wasn't accepted by compiler - That is a bug - probably I should > raise an issue - I forgot about that. > > I did workaround - I specified new file under recourse/additional.css - > where I put all problematic css. I've added link to it in > "mdl-js-index-template.html". Once I got maven build I had to have that > file in the bin/js-debug/resources/additional.css. > > Compiler won't copy it for me, so I have used maven-resource-plugin in > order to copy that file [1]. I believe that is some additional approach. > > [1] https://goo.gl/mvUd9G > > Thanks, Piotr > > 2018-02-24 18:35 GMT+01:00 Carlos Rovira <[email protected]>: > > > Hi, > > > > the final "environment" problem I've is that SVGs that I put in > > src/main/resources/assets are not in > > final VividBlueTheme-0.9.2-SNAPSHOT-js.swc > > > > I see it copied to target/classes as usual in maven build, but are not > part > > of the theme swc file. > > > > it's something missing in the theme implementation? or maybe something I > > need to setup in pom.xml? > > > > > > thanks > > > > -- > > Carlos Rovira > > http://about.me/carlosrovira > > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira
