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

[BUGFIX] Css Assets file change #677

Closed
wants to merge 1 commit into from
Closed

[BUGFIX] Css Assets file change #677

wants to merge 1 commit into from

Conversation

twokul
Copy link
Contributor

@twokul twokul commented May 9, 2014

Related to #638

@@ -217,7 +217,7 @@ EmberApp.prototype.styles = memoize(function() {
var processedStyles = preprocessCss(stylesAndVendor, '/app/styles', '/assets');
var vendorStyles = concatFiles(stylesAndVendor, {
inputFiles: this.vendorStaticStyles,
outputFile: '/assets/vendor.css'
outputFile: '/assets/' + this.name + '.css'
Copy link
Member

Choose a reason for hiding this comment

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

This is changing the vendor.css to app-name.css.

@rwjblue
Copy link
Member

rwjblue commented May 9, 2014

I believe that we already fixed the underlying issue in #673.

@rwjblue
Copy link
Member

rwjblue commented May 9, 2014

@twokul - Can you update and test against current master? I think this is fixed already, but I'd love it if you could confirm.

@stefanpenner
Copy link
Contributor

ping

@twokul twokul closed this May 11, 2014
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

3 participants