ExtendScript / extendscriptr

An NPM command line tool to compile modern javascript (es5 & es6) into executable extendscript (es3)
Do What The F*ck You Want To Public License
153 stars 15 forks source link

what about the the #include statements #6

Closed ff6347 closed 8 years ago

ff6347 commented 8 years ago

Does it still work if there is a #include in a sub file?

vogelino commented 8 years ago

No it doesn't. See my comment on https://github.com/basiljs/basil.js/pull/31#issuecomment-215041645

ff6347 commented 8 years ago

Okay. Maybe we should not burden the basil authors with that. If we can come up with a simple build process for basil within our module this should be enough. Later on we can make a PR with a compiled version.

vogelino commented 8 years ago

Yeah you're right. I never meant to burden them with that but rather wanted to start a discussion. I don't expect them to create a perfect npm module just for us in time. Would be great though. 😄

ff6347 commented 8 years ago

Yeah. it would. I know Benedikt is pretty busy. What I don't know is how much Basil is still in use by Ludwig at Academy of Art and Design Basel. Anyway. We can still do a full build process from my fork and use mine in the module until we think it is worth it to do another PR.

vogelino commented 8 years ago

Yes, let's do it so. If they like your fork, they still could merge it later on. 👍