w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

Loading errors when loading URI.min.js #45

Closed adrienlauer closed 8 years ago

adrienlauer commented 8 years ago

The URI.js library used by the hypermedia module is causing various loading problems when the minified version is loaded instead of the normal one. Notably, this happens with the Seed resource servlet, since it automatically serves minified resources if present.

The automatic serving of minified resources is a desirable feature and disabling it is only a workaround. A root cause for the URI.min.js related problems should be found and fixed.