webglstudio.js icon indicating copy to clipboard operation
webglstudio.js copied to clipboard

Using Gulp

Open TheKnarf opened this issue 10 years ago • 2 comments

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.

TheKnarf avatar Aug 07 '15 20:08 TheKnarf

Im considering it, but I want to be sure I have all the freedom I need

jagenjo avatar Aug 07 '15 21:08 jagenjo

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.

TheKnarf avatar Aug 09 '15 12:08 TheKnarf