Class FrontendSourceMapUtil
Object
com.liferay.portal.kernel.frontend.source.map.FrontendSourceMapUtil
- Author:
- Chi Le
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
stripCSSSourceMapping
(String text) static String
stripJSSourceMapping
(String text) static void
transferCSS
(InputStream inputStream, OutputStream outputStream) static void
transferJS
(InputStream inputStream, OutputStream outputStream)
-
Constructor Details
-
FrontendSourceMapUtil
public FrontendSourceMapUtil()
-
-
Method Details
-
stripCSSSourceMapping
-
stripJSSourceMapping
-
transferCSS
public static void transferCSS(InputStream inputStream, OutputStream outputStream) throws IOException - Throws:
IOException
-
transferJS
public static void transferJS(InputStream inputStream, OutputStream outputStream) throws IOException - Throws:
IOException
-