ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Use absolute path to load library in JsniBundle #343

Closed han39 closed 9 years ago

han39 commented 9 years ago

As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle.

han39 commented 9 years ago

Commit for issue #293

christiangoudreau commented 9 years ago

LGTM

manolo commented 9 years ago

Thanks for contributing.

han39 commented 9 years ago

It seems that the snapshot on sonatype doesn't have the change :

[INFO] JsniBundleGenerator - importing external javascript: fr/agfahealthcare/cassis/external/fr/agfahealthcare/cassis/resources/js/nprogress.js [INFO] [ERROR] Unable to read javascript file: fr/agfahealthcare/cassis/external/fr/agfahealthcare/cassis/resources/js/nprogress.js [INFO] [ERROR] Error parsing javascript source: fr/agfahealthcare/cassis/resources/js/nprogress.js null

manolo commented 9 years ago

Updated, thanks