Interface SpincastCssYuiCompressorManager
- All Known Implementing Classes:
SpincastCssYuiCompressorManagerDefault
public interface SpincastCssYuiCompressorManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidMinify the specified CSS file.voidMinify the specified CSS file.voidMinify the specified CSS file.voidMinify the specified CSS file.Minify the specified CSS String.Minify the specified CSS String.
-
Method Details
-
minify
Minify the specified CSS String. -
minify
Minify the specified CSS String.- Parameters:
lineBreakPos- From the YUI Compressor documentation:Some source control tools don't like files containing lines longer than, say 8000 characters. The linebreak option is used in that case to split long lines after a specific column. It can also be used to make the code more readable, easier to debug (especially with the MS Script Debugger) Specify 0 to get a line break after each semi-colon in JavaScript, and after each rule in CSS.
-
minify
Minify the specified CSS file.Use
UTF-8as the encoding. -
minify
Minify the specified CSS file.Use
UTF-8as the encoding.- Parameters:
lineBreakPos- From the YUI Compressor documentation:Some source control tools don't like files containing lines longer than, say 8000 characters. The linebreak option is used in that case to split long lines after a specific column. It can also be used to make the code more readable, easier to debug (especially with the MS Script Debugger) Specify 0 to get a line break after each semi-colon in JavaScript, and after each rule in CSS.
-
minify
Minify the specified CSS file. -
minify
Minify the specified CSS file.- Parameters:
lineBreakPos- From the YUI Compressor documentation:Some source control tools don't like files containing lines longer than, say 8000 characters. The linebreak option is used in that case to split long lines after a specific column. It can also be used to make the code more readable, easier to debug (especially with the MS Script Debugger) Specify 0 to get a line break after each semi-colon in JavaScript, and after each rule in CSS.
-