Package org.ametys.core.minimize.css
Class JSASSFixHelper
java.lang.Object
org.ametys.core.minimize.css.JSASSFixHelper
Helper for JSASS source maps
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
fixJsassSourceMap
(String sourceMap, String externalContextPath) Fix the common problems with JSASS generated source maps
-
Method Details
-
fixJsassSourceMap
Fix the common problems with JSASS generated source maps- Parameters:
sourceMap
- The source mapexternalContextPath
- The context path- Returns:
- The source map fixed
-