uComponents / nuPickers

nuPickers is a collection of Umbraco v7 Property Editors
MIT License
64 stars 58 forks source link

Install option to extract embedded resources onto file system #42

Open Hendy opened 10 years ago

abriggs-eduserv commented 10 years ago

Hi,

I just came across an issue where the embeded resources do not work when you have runAllManagedModulesForAllRequests="false"

This is because the resources are being served by a controller action/route and without RAMMFAR enabled IIS will try to resolve .js & .css urls itself

This can be resolved by creating an iHttpHandler and setting the path to umbraco/App_Plugins/nuPickers/*.js etc.

Or you could extract the resources as described in this ticket.

Thanks,