Giter Club home page Giter Club logo

Comments (3)

mtnoronha avatar mtnoronha commented on August 28, 2024

I´ve made another test, trying to use the minifyCss from the plugin it self:

minifyCss {
    source = "WebContent/css/style-all.css"
    dest = "WebContent/css/style-all-min.css"
    yuicompressor { // Optional
        lineBreakPos = -1
    }
}

The result was the same:

$ gradle minifyCss
:minifyCss FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':minifyCss'.
> java.lang.StackOverflowError (no error message)

from gradle-css-plugin.

mtnoronha avatar mtnoronha commented on August 28, 2024

I tried with version:
1.8.3 (original from the issue)
1.8.2
1.8.0

All gave me the same error (Stackoverflow).

I also tried with version 1.2.1, but it was a different error message.
Don´t think it matters right now.

from gradle-css-plugin.

barrybecker4 avatar barrybecker4 commented on August 28, 2024

I am seeing the same problem.

Execution failed for task ':minifyCss'.

java.lang.StackOverflowError

from gradle-css-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.