@Wilkins
I'm planning to convert the dependency system by third-party libraries from git submodules to npm dependecies using only a simple npm install that download into node_modules all libraries... and subsequently using grunt to concat these into single file.
This should make it more easy contributions from other users.
What do you think about it?
I'll start doing this is a new feature branch.
@Wilkins
I'm planning to convert the dependency system by third-party libraries from git submodules to npm dependecies using only a simple npm install that download into node_modules all libraries... and subsequently using grunt to concat these into single file.
This should make it more easy contributions from other users.
What do you think about it?
I'll start doing this is a new feature branch.