webglstudio.js
webglstudio.js copied to clipboard
Using Gulp
You should consider using Gulp as a build system, removing bash-script dependencies. This will make it easier to build across platforms, and easier for developers only accustomed to JavaScript to develop, build and help improve the application.
Im considering it, but I want to be sure I have all the freedom I need
Gulp is a build system where you program the different tasks in JavaScript (similar to Gradle for Java), so you should have the same freedom as you would get with a bash script.