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

Add support for including Ember stylesheet link tags #21

Merged
merged 1 commit into from
Dec 11, 2014

Conversation

courthead
Copy link
Contributor

This should allow people to also include CSS they've added to their Ember CLI app.

@@ -4,5 +4,10 @@ def include_ember_script_tags(app_name)
app = EmberCLI.configuration.apps.fetch(app_name)
javascript_include_tag *app.exposed_js_assets
end

def include_ember_link_tags(app_name)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's call this method include_ember_stylesheet_tags.

rwz added a commit that referenced this pull request Dec 11, 2014
Add support for including Ember stylesheet link tags
@rwz rwz merged commit 600f17c into thoughtbot:master Dec 11, 2014
@rwz
Copy link
Collaborator

rwz commented Dec 11, 2014

Released in 0.0.8

@rondale-sc
Copy link
Collaborator

+1

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.

3 participants