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

Complete AMD module extraction (tested with ember-cli) #38

Conversation

indirect
Copy link
Contributor

@indirect indirect commented Dec 4, 2014

So it turns out that my previous pull request works for AMD and commonJS modules, but doesn't work for ember-cli modules. 😬

This pull request changes the way the factory-guy module is defined, and generates a file into dist/amd/factory-guy.js that returns the FactoryGuy variable as the default value. It's tested with ember-cli, and I'll be sending a pull request to ember-cli-data-factory-guy shortly to use the newest version of FactoryGuy.

Thanks!

danielspaniel added a commit that referenced this pull request Dec 4, 2014
Complete AMD module extraction (tested with ember-cli)
@danielspaniel danielspaniel merged commit 3d4728e into adopted-ember-addons:master Dec 4, 2014
@indirect indirect deleted the ember-cli-compatible-module branch December 4, 2014 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants