Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD format references dependencies with .html suffix #144

Closed
GrantDG opened this issue Dec 7, 2016 · 1 comment · Fixed by #206
Closed

AMD format references dependencies with .html suffix #144

GrantDG opened this issue Dec 7, 2016 · 1 comment · Fixed by #206
Labels
Milestone

Comments

@GrantDG
Copy link

GrantDG commented Dec 7, 2016

When using the AMD format, the following is generated as the AMD module definition:

define([ './CategoryChooser.html' ], function ( CategoryChooser ) { 'use strict'; 

it should be:

define([ './CategoryChooser' ], function ( CategoryChooser ) { 'use strict';
@Rich-Harris Rich-Harris added this to the ASAP milestone Dec 10, 2016
Rich-Harris added a commit that referenced this issue Dec 17, 2016
remove extensions from AMD dependencies
@Rich-Harris
Copy link
Member

Rich-Harris commented Dec 17, 2016

Fixed in 1.3.1, thanks. I do not miss dealing with AMD's quirks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants