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

Can a css.map file be generated? #14

Open
clocksmith opened this issue Oct 18, 2016 · 1 comment
Open

Can a css.map file be generated? #14

clocksmith opened this issue Oct 18, 2016 · 1 comment

Comments

@clocksmith
Copy link

No description provided.

@toddanglin
Copy link
Contributor

Technically, yes. This plugin uses the node-sass library, which does support generating sourceMap files: https://github.com/sass/node-sass#sourcemap

You could always manually enable this option by modifying converter.js in your node_modules > nativescript-dev-sass > lib folder. I'm not sure how best to make this easily configurable via an existing config file.

@NathanWalker Is there any best practice for giving build step plugins configuration options like this? Never tried it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants