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

Scss files end up empty #10

Open
JonWallsten opened this issue Feb 15, 2016 · 0 comments
Open

Scss files end up empty #10

JonWallsten opened this issue Feb 15, 2016 · 0 comments

Comments

@JonWallsten
Copy link

Hi!
I have a bunch of SCSS file that I process and save as normal CSS-files. When I process them I add en external source map file. Later I concat the generated CSS-files and merge the sourcemaps with your plugin. I have used console log to make sure the script is working, and I can see the original and generated lines. It seems okey to me. However the files end up empty in Chrome Dev Tools when i check. JS/CSS works fine.

So here's the chain:
a.scss -> a.css & a.css.map
b.scss -> b.css & b.css.map

[a.css, b.css] -> bundle.css|bundle.css.map

Source maps contains the link between scss and css source before concatenated.
Any ideas? Thanks!

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

1 participant