qooxdoo / qooxdoo-compiler

Compiler for Qooxdoo, 100% javascript
MIT License
36 stars 23 forks source link

"qx add script" to accept URL #110

Open cboulanger opened 6 years ago

cboulanger commented 6 years ago

This would download a third-party script from an URL and add it to the qooxdoo app in one step. Of course this is potentially dangerous, but what isn't ? We will happily allow people to shoot themselves in the foot in various ways. :-)

oetiker commented 6 years ago

there was already a proposal to integrate npm based stuff ... that seems more powerful!

https://github.com/qooxdoo/qooxdoo-compiler/issues/74

cboulanger commented 6 years ago

We don't need an option, we can just let the script path be an URL. Maybe already possible, need to check.