-
Notifications
You must be signed in to change notification settings - Fork 183
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
Sass sourcemaps #64
Comments
What does your grunt file look like? |
I have not touched the gruntfile that comes with Fireshell, so my gruntfile would be the default. Also, I tried without updating the modules and get the same results. If you run Fireshell out of the box are you not experiencing the same thing? Try writing to one of your SCSS partials, inspect it and see if it matches Web Inspector. I don't think there is an issue with grunt-contrib-sass because I'm currently using it with a Roots-Sass project and my SCSS sourcemaps coordinate just fine, however, Fireshell and Roots-Sass config is not the same, I realize. |
Based on my recent discovery, it should include the map option in the autoprefixer task.
Next step—compare the above syntax with Fireshell's implementation. |
I installed Fireshell, but also updated the node modules. With that said, Sass along side grunt-contrib-sass now support sourcemaps. I have used it with Grunt successfully in other projects. However, I noticed Fireshell's setup does not coordinate properly. For example, if I declare a style in _app.scss, Web Inspector is telling me the style is found in _print.scss when it's clearly not.
Any idea what may be the cause?
The text was updated successfully, but these errors were encountered: