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
{{ message }}
This repository was archived by the owner on Feb 20, 2020. It is now read-only.
The build system is currently Microsoft specific and also requires a JRE to be installed for the google closure compiler. These dependencies limit who can use it and also make it difficult to get started. There is a lot of momentum behind using Grunt (which depends on Node.js) to do Javascript builds now because it runs everywhere and has a great package management system to install dependencies. Moving to grunt would reduce your dependencies to just Node.js (which many people already have) and give you cross platform. I would be happy to explain how this works if you like and even do the work