TrySound / postcss-easy-import

PostCSS plugin to inline @import rules content with extra features
MIT License
201 stars 25 forks source link

postcss-cli --watch doesn't watch the imported sources #3

Closed saiichihashimoto closed 8 years ago

saiichihashimoto commented 8 years ago

Using postcss-cli like postcss -w doesn't watch the imported sources. I don't remember the context, but it ended up involving hardcoding something into postcss-cli. Hopefully this can be solved in postcss-easy-import so we can avoid hardcoding into postcss-cli again. Maybe this warrants a scalable solution with postcss-cli for this.

https://github.com/postcss/postcss-import/issues/88 https://github.com/code42day/postcss-cli/issues/33 https://github.com/code42day/postcss-cli/pull/35

TrySound commented 8 years ago

@saiichihashimoto postcss-easy-import is postcss-import extension. You can use the same API.