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

enable CSS source maps in grunt-contrib-less #11804

Merged
merged 3 commits into from Dec 18, 2013
Merged

enable CSS source maps in grunt-contrib-less #11804

merged 3 commits into from Dec 18, 2013

Conversation

cvrebert
Copy link
Collaborator

@cvrebert cvrebert commented Dec 9, 2013

Enables CSS source maps for LESS in the Grunt config.
/to @mdo

compileCore: {
options: {
sourceMap: true,
outputSourceFiles: true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's debatable whether we should use this option, or instead have the maps just point to the .less files.
I figure this way is more robust in the event that the .less files get separated from the .css files.

@mdo
Copy link
Member

mdo commented Dec 18, 2013

Looks good to me. Just pushed up an update to merge in master and add the source maps.

@cvrebert
Copy link
Collaborator Author

Travis build also passes. Merge at your discretion.

mdo added a commit that referenced this pull request Dec 18, 2013
enable CSS source maps in grunt-contrib-less
@mdo mdo merged commit ee709db into master Dec 18, 2013
@mdo mdo deleted the css-source-maps branch December 18, 2013 20:57
@mdo
Copy link
Member

mdo commented Dec 18, 2013

😍

@mdo mdo mentioned this pull request Dec 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants