martinklepsch / boot-garden

Boot task to compile Garden stylesheets.
Eclipse Public License 1.0
37 stars 6 forks source link

Add :css-prepend option to allow easy inclusion of raw css resources - normalize.css etc. #24

Closed minikomi closed 6 years ago

minikomi commented 6 years ago

Often on a per-file basis, I want to include some raw css. For example, normalize.css, a grid system, bootstrap etc. This pull request begins by appending the specified files from the resources directory, and then adding the garden generated css to the end of the file.

minikomi commented 6 years ago

I thought about adding it to garden, but I saw this comment and decided maybe it was better added to boot-garden .. maybe even make another boot plugin like boot-smush which simply combines files.

martinklepsch commented 6 years ago

Thanks for updating the docs, will merge and deploy now