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 css: false to build tool integrations #160

Closed
5 of 7 tasks
Rich-Harris opened this issue Dec 8, 2016 · 4 comments
Closed
5 of 7 tasks

Add css: false to build tool integrations #160

Rich-Harris opened this issue Dec 8, 2016 · 4 comments
Milestone

Comments

@Rich-Harris
Copy link
Member

Rich-Harris commented Dec 8, 2016

  • svelte-cli
  • rollup-plugin-svelte
  • sveltify
  • gulp-svelte
  • metalsmith-svelte
  • system-svelte
  • svelte-loader

Ref #153 (css: false prevents the compiler from generating code that adds <style> tags to the DOM – scoping attributes are retained on the assumption that the developer is already including the server-rendered scoped CSS)

@shinnn
Copy link
Contributor

shinnn commented Dec 9, 2016

I just published gulp-svelte v0.2.0 and metalsmith-svelte v0.3.0. Both of them support css option.

I don't have permission to click the checkbox on #160 (comment) so I'd like one of the Svelte team members to click it instead of me.

@nikku
Copy link
Contributor

nikku commented Dec 9, 2016

Added to svelte-loader via sveltejs/svelte-loader@81ad83b.

@Rich-Harris Rich-Harris added this to the ASAP milestone Dec 10, 2016
@Rich-Harris
Copy link
Member Author

Will close this now — I'm not totally sure how this would be done in Browserify and SystemJS loaders, cc'ing @TehShrike and @blittle in case this is actually fairly straightforward 😀

@TehShrike
Copy link
Member

I can't think of a way for that to make sense in Browserify. 👍

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

4 participants