marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

Allow for pre- and post-compilation content transforms #8

Open phillipluther opened 5 years ago

phillipluther commented 5 years ago

It may be beneficial to allow hooks for content transforms post-compilation, as well as pre.

Especially with comments - injecting a Copyright or licensing notice at the top of a file or in-between file chunks when bundling multiple sources together.

Non-essential for initial release; just capturing as an idea.