ergobyte / qookery

Declarative UI Building for Qooxdoo
http://www.qookery.org/
Apache License 2.0
9 stars 5 forks source link

Configure path for ACE source files #6

Closed cboulanger closed 5 years ago

cboulanger commented 5 years ago

Currently, it is not possible to configure the path from which the ACE source files are downloaded. The path is hardcoded to "qookery/lib/ace" which doesn't allow automatic inclusion into builds with the compiler. This PR adds an environment variable "qookery.ace.path" which can be configured to point to the path where all the ACE files are stored. It also adds documentation to explain this.