Add "Sourcemap" the CSS output (SASS or SCSS)

thumbnail
Enrique Rodríguez, modified 4 Months ago. New Member Posts: 10 Join Date: 1/27/15 Recent Posts
Hello friends.
Usually I work with SASS and Compass. Since working with Liferay I'm looking for a way to include in a configuration file that SASS option:
sass_options = {:sourcemap => true}

This option allows you to view in your browser inspector sass or SCSS source file in which you are working, like this: https://chillco.com/blog/setting-sass-and-compass-source-maps
Or here: http://thesassway.com/intermediate/using-source-maps-with-sass
How I can configure Liferay to work with "Sourcemap"?
Thank you.
thumbnail
Byrån Zaugg, modified 11 Years ago. Expert Posts: 252 Join Date: 4/6/12 Recent Posts
Enrique Rodríguez:

How I can configure Liferay to work with "Sourcemap"?


Currently, the version of SASS that's included in Portal didn't support that configuration. We may add it in the future though.
thumbnail
Enrique Rodríguez, modified 4 Months ago. New Member Posts: 10 Join Date: 1/27/15 Recent Posts
This option is very useful, it would be great to have this setting in future updates.
Really thanks.