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

Fix CSS for prod builds. #19

Closed
rwjblue opened this issue Apr 9, 2017 · 2 comments
Closed

Fix CSS for prod builds. #19

rwjblue opened this issue Apr 9, 2017 · 2 comments

Comments

@rwjblue
Copy link
Member

rwjblue commented Apr 9, 2017

See glimmerjs/glimmer-application-pipeline#74 (comment).

Basic gist:

class CustomApp extends GlimmerApp {
 cssTree() {
   let cssTree = super();
   return customBroccoliStuff(cssTree);
 }
}
let app = new CustomApp(defaults);
return app.toTree();
@cafreeman
Copy link
Contributor

@rwjblue I've got this working on my other app now, so I'll fix it here as well. Expect a PR soon. :)

@mmun
Copy link
Member

mmun commented Apr 12, 2017

Should this be closed?

@rwjblue rwjblue closed this as completed Apr 12, 2017
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

3 participants