mariocasciaro / gulp-concat-css

Concatenates css files, bubbling up import statements (as per the standard), and optionally rebasing urls and inlining local import statements.
MIT License
78 stars 19 forks source link

Is it possible to delegate concat to gulp-concat? #12

Closed iamstarkov closed 9 years ago

iamstarkov commented 9 years ago

Is it possible to delegate concat to gulp-concat? After this gulp-concat-css will become simpler because it will have less features.

mariocasciaro commented 9 years ago

AFAIK to rewrite the URLs we need to know where the concatenated file will be located. That's the purpose of this module essentially. On Oct 28, 2014 11:18 PM, "Vladimir Starkov" notifications@github.com wrote:

Is it possible to delegate concat to gulp-concat? After this gulp-concat-css will become simpler because it will have less features.

— Reply to this email directly or view it on GitHub https://github.com/mariocasciaro/gulp-concat-css/issues/12.

iamstarkov commented 9 years ago

thanks