The UI needs to build augur.js as part of its compilation/minification process. There's already been too much time spent on implementing hackish solutions like "replace all instances of string X in augur.min.js with Y". I think we'll see more of this sort of thing if the UI continues to just grab the augur.js distributable.
The augur.js dependency should be just like any other; if the UI's build process has a special separate step for augur.js, that means there is a problem with it.
The UI needs to build augur.js as part of its compilation/minification process. There's already been too much time spent on implementing hackish solutions like "replace all instances of string X in augur.min.js with Y". I think we'll see more of this sort of thing if the UI continues to just grab the augur.js distributable.
The augur.js dependency should be just like any other; if the UI's build process has a special separate step for augur.js, that means there is a problem with it.