Code Monkey home page Code Monkey logo

Comments (7)

addyosmani avatar addyosmani commented on June 19, 2024

I think this is a legitimate feature request. I'll see if we have time to add it to the next release.

from grunt-uncss.

ain avatar ain commented on June 19, 2024

👍

from grunt-uncss.

giakki avatar giakki commented on June 19, 2024

We are already planning to implement this feature right into uncss (see ben-eb/gulp-uncss#5), that way all the wrappers could benefit from this!

from grunt-uncss.

addyosmani avatar addyosmani commented on June 19, 2024

Sounds good to me. Thanks for letting us know, @giakki!

from grunt-uncss.

sindresorhus avatar sindresorhus commented on June 19, 2024

This is already supported in grunt by using dynamic expansion. Nothing needs doing in this plugin. http://stackoverflow.com/questions/15344584/grunt-0-4-less-task-how-to-not-concatenate-destination-files/15371443#15371443
http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically

from grunt-uncss.

guillaumevincent avatar guillaumevincent commented on June 19, 2024

@giakki you mean You plan to implement the feature into uncss :
uncss/uncss#51
you add a gulp-uncss issue already closed

Maybe it's good to close all feature in all uncss wrappers and keep only one open in uncss repo.

from grunt-uncss.

ain avatar ain commented on June 19, 2024

I've now tested the following task configuration to work:

    uncss: {
      dist: {
        files: {
          '<%= yeoman.dist %>/styles/main.css': ['<%= yeoman.dist %>/{,**/}*.html']
        }
      }
    }

and will therefore close this ticket.

Thanks guys!

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.