glslify / glslify-import

A transform stream for glslify that adds an `import` directive to your shaders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not recursive

gregtatum opened this issue · comments

This module doesn't appear to be recursive with further glslify commands that are imported. I have some command line stuff set up to fix it in my case right now, but it would be nice if it continued down into the imported files. Not sure how feasible that is with the architecture of glslify.

If this wouldn't work I could send in a PR with a small explanation on the readme mentioning this.

Ah! Easily fixed I think, will take a quick look :)

This should work as of glslify-import@2.0.0 😁

woop woop! thanks!