You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
combine all css to one file works. Just to minify them not.(look line one above form console output)
The text was updated successfully, but these errors were encountered: