Git Product home page Git Product logo

Comments (3)

seven-phases-max avatar seven-phases-max commented on June 24, 2024

The plugin has no such option. To get the sourcemap you need to use this option for the lessc itself (plugin will inherit it automatically). There's no --output option too, as well as any other input/output/file options since the plugin works inside the compiler and all files are read/written by lessc. Run lessc --clean-css to see exact list of available options.

from less-plugin-clean-css.

bdgeorge avatar bdgeorge commented on June 24, 2024

Thanks, got it working now - the confusion came from the deprecation warning I got after upgrading lessc The compress option has been deprecated. We recommend you use a dedicated css minifier, for instance see less-plugin-clean-css. and the following paragraph in the plugin's readme.md:

See clean-css for the available command options - the only differences are advanced and rebase which we default to false, because it is not always entirely safe.

So I went and checked out clean-css and their examples (which are all for the CLI) made it look like this plugin was acting as a wrapper to the clean-css cli command as clean-css itself has a --source-map and --output option :-)

Thanks for the quick response - all good now!

from less-plugin-clean-css.

ElTorterol avatar ElTorterol commented on June 24, 2024

Hi bdgeorge,
...please could you provide some more step_by_step instructions bout how you did to solve this issue?... (what commands we need to execute in Ubuntu terminal for example )
Thanks in advanced,

from less-plugin-clean-css.

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.