Package org.ametys.core.minimize.css
Class JSASSFixHelper
- java.lang.Object
-
- org.ametys.core.minimize.css.JSASSFixHelper
-
public final class JSASSFixHelper extends Object
Helper for JSASS source maps
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
fixJsassSourceMap(String sourceMap, String externalContextPath)
Fix the common problems with JSASS generated source maps
-
-
-
Method Detail
-
fixJsassSourceMap
public static String fixJsassSourceMap(String sourceMap, String externalContextPath)
Fix the common problems with JSASS generated source maps- Parameters:
sourceMap
- The source mapexternalContextPath
- The context path- Returns:
- The source map fixed
-
-