vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

Require JS is not finding my js file says 404 but it exists broken since update to version 1.0 #258

Open SyntaxThemes opened 9 years ago

SyntaxThemes commented 9 years ago

Hi,

I have been using your BForms extension and this is an awesome MVC component. I had created my js files under Scripts/Controllers/Root and they used to work. Since updating BForms to the latest version require js throws an exception and says that the file does not exist when it does. BForms has been working for weeks so I dont know what has happened. Can you help.

Versions installed: BForms: 1.0.0.0 RequireJsNet 2.1.52.0

I have all the initial configuration setup up from you website guide. This was working fine until the update, maybe i'm missing something or I have an incorrect version, or some new paths missing?

Thanks - Also excellent work I want to keep using BForms!!!

SyntaxThemes commented 9 years ago

I have reverted RequireJsNet 2.1.52.0 back to version 2.1.40.0 and the Bforms update to 1.0.1.8 now works and requirejs can find my scripts.

stefanprodan commented 9 years ago

This seems to be a RequireJS.NET upgrade problem can you post your require config file, maybe we can figure this out.

SyntaxThemes commented 9 years ago

Hi Stefan

Thanks for your reply I have attached some files to help. Maybe I am missing some config when upgrading the RequireJsNet 2.1.52.0.

Thank you

_Layout - Config.txt RequireJS.txt