gko / concat

🐱 concatenate files
MIT License
44 stars 7 forks source link

Add folder support. #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, Could you add support for folders ex: concat -o output.css ./folder It would make the package.json CLI scripts lines cleaner / easier to maintain.

maikthomas commented 6 years ago

@coldtelling I seem to have achieved this with concat -o output.css folder/*

ghost commented 6 years ago

@maikthomas thanks !

smohadjer commented 5 years ago

But this doesn't work with subfolders, that is only files directly inside the folder get concatenated, not those in subfolders.