Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Removed explicit module name for RequireJS (Issue 36) #112

Merged
merged 1 commit into from
Feb 17, 2015

Conversation

WilliamCarter
Copy link
Contributor

This is a response to [https://github.com//issues/36#issuecomment-69538169]. It's just a matter of removing the module name. People using RequireJS (and other AMD module loaders) should now be able to specify the module name themselves in their paths config e.g.
'angular-moment': '../bower_components/angular-moment/angular-moment.min',
'angularMoment': '../bower_components/angular-moment/angular-moment.min',
'am': '../bower_components/angular-moment/angular-moment.min',
are all valid. Before, only the first was accepted.
I'm sorry I've taken so long to respond, and thank you for accepting my request for the change.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.67% when pulling befccc7 on WilliamCarter:master into 17c8a92 on urish:master.

urish added a commit that referenced this pull request Feb 17, 2015
Removed explicit module name for RequireJS (Issue 36)
@urish urish merged commit ff419fa into urish:master Feb 17, 2015
@urish
Copy link
Owner

urish commented Feb 17, 2015

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants