Re: [FlexJS] Test dialog-polyfill

2017-01-19 Thread Carlos Rovira
Hi Alex, 2017-01-19 8:12 GMT+01:00 Alex Harui : > > We could teach the compiler to look inside inject_html and copy stuff from > the SWCs. It may be a few days before I get to it. I think it can all be > done inside GoogDepsWriter.java if you want to take a shot at it. > > few days is good for

Re: [FlexJS] Test dialog-polyfill

2017-01-18 Thread Alex Harui
On 1/18/17, 1:41 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >2017-01-18 17:36 GMT+01:00 Alex Harui : > >> >> Looks like BSD 3-clause to me, which is ok to use. >> >> https://opensource.org/licenses/BSD-3-Clause >> >> >then I'll try to include the latest version.

[FlexJS][Maven] Should a SWC library that needs a external JS copy the js scripts to target folder? (Was Re: [FlexJS] Test dialog-polyfill)

2017-01-18 Thread Carlos Rovira
2017-01-18 17:36 GMT+01:00 Alex Harui : > > I don't think inject_html knows how to include a separate .js file in the > output. Any scripts referenced have to have URLs somewhere else. That > could be changed, but doesn't work the way I think you want it to work > right now. > Ok Alex, just see

Re: [FlexJS] Test dialog-polyfill

2017-01-18 Thread Carlos Rovira
Hi Alex, 2017-01-18 17:36 GMT+01:00 Alex Harui : > > Looks like BSD 3-clause to me, which is ok to use. > > https://opensource.org/licenses/BSD-3-Clause > > then I'll try to include the latest version. I already studied the examples you posted but are not using CDNJS version, but a hosted version

Re: [FlexJS] Test dialog-polyfill

2017-01-18 Thread Alex Harui
FWIW, I went to this page: https://getmdl.io/components/index.html#dialog-section There were some examples in codepen. http://codepen.io/Garbee/full/EPoaMj/ http://codepen.io/Garbee/full/JGMowG/ They seem to load without console errors on my OSX Safari. -Alex On 1/18/17, 8:36 AM, "Alex Haru

Re: [FlexJS] Test dialog-polyfill

2017-01-18 Thread Alex Harui
On 1/18/17, 7:45 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, some thoughts here please? >I'd like to end with Dialog since is the last Component in MDL and move to >other things :) I guess I don't fully understand. Aren't lots of people using MDL Dialog? How do they

Re: [FlexJS] Test dialog-polyfill

2017-01-18 Thread Carlos Rovira
Hi, some thoughts here please? I'd like to end with Dialog since is the last Component in MDL and move to other things :) 2017-01-17 20:09 GMT+01:00 Carlos Rovira : > Hi, > > I test dialog-polyfill and find that minified version gives error. Don't > know why is the reason, and this surprise me si