getify / LABjs

Loading And Blocking JavaScript: On-demand parallel loader for JavaScript with execution order dependencies
http://labjs.com
2.28k stars 313 forks source link

Can't load files containing 'nestable' in their name #104

Closed ghost closed 9 years ago

ghost commented 9 years ago

Trying to load jquery.nestable.js will fail. Renaming and excluding 'nestable' from the filename works:

jquery.nestable.js - fails nestable.js - fails jquery-nestable.js - works

getify commented 9 years ago

LABjs doesn't have any code in it that even includes the word "nestable", so it's definitely not filtering out those files. Your issue must be related to something else, either software on your computer or something in your server configuration, or something like that.

getify commented 9 years ago

Closing for now. Reopen if there's more specific evidence to share.