You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a javascript project and it's better to use javascript/bash/commandline tools to build it. Objective is: To remove Java dependencies. A simple bash/commandline script can do what's there inside compile/ folder.
For utmost cross platform compatibility, we can use node directly. Or, to not need a dependency for node too, a cross platform script might do the work. But, I prefer node (cross platform + javascript).
What do you think about this?
The text was updated successfully, but these errors were encountered:
This is a javascript project and it's better to use javascript/bash/commandline tools to build it. Objective is: To remove Java dependencies. A simple bash/commandline script can do what's there inside
compile/
folder.For utmost cross platform compatibility, we can use
node
directly. Or, to not need a dependency for node too, a cross platform script might do the work. But, I prefer node (cross platform + javascript).What do you think about this?
The text was updated successfully, but these errors were encountered: