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

Doesn't output merged-stylesheets.css on server with Meteor server-render #122

Open
mcissel opened this issue Aug 21, 2018 · 2 comments
Open

Comments

@mcissel
Copy link

mcissel commented Aug 21, 2018

I made a minimal repo to show the issue https://github.com/mcissel/meteor-css-modules-ssr-bug

I've set the flag:

  "cssModules": {
    "specificArchitecture": false
  }

But it's not doing it.

@akanix42
Copy link
Owner

I explicitly avoid outputting the stylesheet on the server, because attempting to do so in the past has caused an error as Meteor didn't support it. Has that behavior changed?

@mcissel
Copy link
Author

mcissel commented Feb 12, 2019

Meteor has a server rendering feature now https://docs.meteor.com/packages/server-render.html

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

2 participants