gradle-css-plugin icon indicating copy to clipboard operation
gradle-css-plugin copied to clipboard

String index out of range: 391949 when try to minify combined css output

Open Rocks360 opened this issue 7 years ago • 0 comments

Hello,

when I try to minify my style.css and also bootstrap.css and font-awesome.css to one file with the Console command "./gradlew minifyCss " I get the following error:

:combineCss UP-TO-DATE
:minifyCss FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':minifyCss'.
> String index out of range: 391949

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 0.63 secs

combine all css to one file works. Just to minify them not.(look line one above form console output)

Rocks360 avatar May 24 '17 19:05 Rocks360