Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.
/ less-combiner Public archive

LESS Combiner is a little helper to aggregate all your LESS and CSS files in to a singular file.

License

Notifications You must be signed in to change notification settings

jo-asakura/less-combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LESS Combiner

LESS Combiner is a little helper to aggregate all your LESS and CSS files in to a singular file that can be compiled to CSS during a build process using grunt or another tool. It also handles utf8 and BOM problems for you.

Example:

lessCombiner.combine({
    paths: ['./less/', './more-less/', './3rd-party-css/'],
    outputFileName: './build/style.less'
});

Author

Alexander Marinenko

Copyright and license

MIT

About

LESS Combiner is a little helper to aggregate all your LESS and CSS files in to a singular file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published