-
Notifications
You must be signed in to change notification settings - Fork 136
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
Generate Sass Sourcemaps #79
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This PR was errantly closed because it was based on the |
82c8b6c
to
e92befc
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting a few edits here and there..
Co-Authored-By: Harald-LB <[email protected]>
@DirtyF Your site should build fine now. The bug has been fixed. |
@Harald-LB Can you please add a small documentation under the heading After this feature has been shipped, we'll update the docs for Jekyll Core accordingly. |
…vailable configuration options.
Thank you for the documentation @Harald-LB.
The above two scenarios are untested and undocumented. |
Can somebody explain to me what safe-mode ought to be?
I just tested, and yes ... you are right. May be we should not set Or as a third alternative, just not document this option, like a number of other obscure options I did not mention (for example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sourcemaps is generated at first build, when I edit scss in devtools and save it, then an error pops:
[2019-02-21 18:45:50] ERROR `/assets/css/main.css.map' not found.
@Harald-LB Safe mode is that mode where chances of arbitrary code execution are minimal-to-none. The comment I made earlier was based on the current implementation: if safe?
overrides
... So, yes, it is best that those two options aren't exposed in the documentation now. If you really want |
…ways true and is not user selectable. "precision" is now an undocumented option. "line_comments" can now be set in "save mode" too.
I cannot reproduce this problem. Can you give me some more information |
Sounds a bit frustrated. Should I add an option |
@Harald-LB If a simple |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of tests for recently added methods required.
This comment has been minimized.
This comment has been minimized.
@jekyllbot: merge + minor |
This PR solves Issue #71. External source maps are now generated by default along with the CSS file.