Code Monkey home page Code Monkey logo

Comments (12)

minmur avatar minmur commented on July 20, 2024

Same for me.

from grunt-uncss.

otravers avatar otravers commented on July 20, 2024

I'm running into the same issue, in a CentOS Virtualbox / Vagrant environment if that affects anything. the uncss command line works for me like it does for falzhobel above, establishing among other things that my http://local.mydomain.com host is available within my guest environment (I can also curl it successfully).

This generates an uncss'ed customStep2.css file as expected:

uncss -s vendor_sausage/css/customStep1.css http://local.mydomain.com > vendor_sausage/css/customStep2.css

While the following - which I expect to be functionally equivalent to the above - returns "Fatal error: UnCSS: no stylesheets found":

uncss: {
    stylesheets: "vendor_sausage/css/customStep1.css",
    files: {
        "vendor_sausage/css/customStep2.css": "http://local.mydomain.com"
    },
    options: {
        report: "min"
    }
}

Maybe I'm doing it wrong, more detailed examples in the documentation would help understand better how some of the options work.

I really hope this will work so that the whole chain of CSS actions in my Gruntfile can be complete:

  1. Bootstrap LESS + custom LESS > CSS
  2. CSS > UNCSS (the step that doesn't work)
  3. Minify for dist
  4. check CSS metrics between sources and final product for bragging rights!

from grunt-uncss.

minmur avatar minmur commented on July 20, 2024

Debugged a little bit and found that urls in the src are removed or something. Searched info in Grunt's documentation, but didn't find.

So made this workaround:

uncss: {
    dist: {
        files: {
            'tiny.css': ['index.html']
        },
        options: {
            urls: ['{someurl}']
        }
    }
}

Where index.html is just an empty html file. Works as charm. Tried urls ending with .html, .php, .aspx

from grunt-uncss.

addyosmani avatar addyosmani commented on July 20, 2024

Thanks for reporting this issue. For those who ran into it, could you let me know what version of grunt-uncss you're running into this problem with so I can track it down and fix?

from grunt-uncss.

otravers avatar otravers commented on July 20, 2024

grunt-uncss 0.2.2 with grunt 0.4.4.

from grunt-uncss.

 avatar commented on July 20, 2024

grunt-uncss 0.2.0 with grunt 0.4.2

from grunt-uncss.

minmur avatar minmur commented on July 20, 2024

grunt-uncss 0.2.2 with grunt 0.4.4.

from grunt-uncss.

dstrunk avatar dstrunk commented on July 20, 2024

Throwing in for more updated version info (@minmur 's solution worked):

grunt-uncss 0.3.3 with grunt 0.4.2

from grunt-uncss.

t1mmen avatar t1mmen commented on July 20, 2024

I also ran into this issue. Thankfully @minmur's workaround did the trick.

grunt v0.4.2 & grunt-uncss v0.3.5.

from grunt-uncss.

olivier-w avatar olivier-w commented on July 20, 2024

I also ran into the same issue with our Angular app, @minmur solution worked for me as well, but I had to set a timeout option.

from grunt-uncss.

addyosmani avatar addyosmani commented on July 20, 2024

Let's add a solution for this in time for the next release.

from grunt-uncss.

XhmikosR avatar XhmikosR commented on July 20, 2024

Does this still happen with 0.5.2?

from grunt-uncss.

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.