-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
RequireJS expects the module name to be delivered without an extension and when an extension is provided it is considered an absolute path, relative to the domain name and not the base URL.
I've just updated typeahead.js from version 0.10.5 to 0.11.1 and each time RequireJS will try to load /typeahead.js and get a 404 since no file exists in this directory (I'm using the typeahead.bundle file).
You also cannot create a path for typeahead.js, paths in RequireJS must NOT end with a file extension.
Can you please rename the module to typeahead without the .js extension?
Thanks
pavkum and wblessen
Metadata
Metadata
Assignees
Labels
No labels