Coder Social home page Coder Social logo

batchless2css-maven-plugin's Introduction

batchless2css-maven-plugin

Multithreaded LESS to CSS Compiler Maven Plugin

This maven plugin can be when large number of LESS files needs to be compiled to css.

Usage

 -Dcompress     : compress css files, default : false
 -Dexclude      : file match pattern to exclude in directory scan, default : .module.less
 -DfailOnError  : terminate if compilation error occurs, default : true
 -Dforce        : if false, compile only when file input file is changed
                 (including the imports), default : false
 -Dinclude      : file match pattern to include in directory scan, default : .less
 -Doutputas     : string will appended to output file, default : .gen.css
 -Dpath         : file match pattern to include in directory scan, default : current directory
 -DnoOfThreads  : no of threads used for processing, default : 6
 -DmapFolder    : Ex. /less/#/css/ if string '/less/' is found in filepath, replace the it with '/css/', 
 		 Generated css files with put in new mapped folder. 
 		 Allows comma seperated multiple values Ex. /less/#/css/,/lessmodules/#/cssmodules/

Compatibility

Compatible with less-1.5.1.js https://github.com/less/less.js

Support

Found an issue or feature request https://github.com/kiranbagul/batchless2css-maven-plugin/issues

Contributor

Abhishek Ash ([email protected])

Libraries Used

batchless2css

License

MIT License (MIT)

batchless2css-maven-plugin's People

Contributors

kiranbagul avatar

Stargazers

 avatar

Watchers

 avatar

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.