AugurProject / augur-ui

Augur UI
https://dev.augur.net
MIT License
399 stars 100 forks source link

UI should build augur.js #631

Closed tinybike closed 8 years ago

tinybike commented 8 years ago

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.

tinybike commented 8 years ago

Added in 2b962a8323a9e97c7500fe33e8626a7bc74b57dd.