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

Embed enabled features in debug builds #2

Closed
jkarsrud opened this issue Jan 23, 2015 · 1 comment
Closed

Embed enabled features in debug builds #2

jkarsrud opened this issue Jan 23, 2015 · 1 comment

Comments

@jkarsrud
Copy link
Owner

Look at the way it's done in emberjs-build by looking at the implementations done in emberjs/emberjs-build#49 and emberjs/ember.js#10221.

Doing this will enable users to use feature flags without running through defeatureify for debug/development builds, and only trigger defeatureify on production builds.

@jkarsrud
Copy link
Owner Author

jkarsrud commented Feb 4, 2015

This has been implemented, still has some kinks that needs to be worked out for full CSP compatibility.

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

No branches or pull requests

1 participant