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 treeForAddonStyles relative pathing #106

Merged
merged 1 commit into from
Apr 30, 2017
Merged

Conversation

chrislopresto
Copy link
Owner

No description provided.

@chrislopresto chrislopresto merged commit b85b837 into master Apr 30, 2017
@chrislopresto chrislopresto deleted the relative-addon-styles branch April 30, 2017 23:51
@@ -50,7 +50,7 @@ module.exports = {
},

treeForAddonStyles: function() {
var addonStyles = new Funnel('addon/styles');
var addonStyles = new Funnel(path.join(__dirname, 'addon/styles'));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Makes sense!

@chrislopresto chrislopresto mentioned this pull request May 3, 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

Successfully merging this pull request may close these issues.

None yet

2 participants