Re: [DISCUSS] Javascript dependencies location and bower

2014-03-27 Thread Suman Karumuri
Thanks Jake. Will take a look once I am done with the UI refactor. On Thu, Mar 27, 2014 at 6:28 PM, Jake Farrell wrote: > They are > > src/main/python/apache/thermos/observer/http/assets/ > jquery.js, jquery.pailer.js, mootools-core.js, observer.js > > src/main/resources/org/apache/aurora/schedul

Re: [DISCUSS] Javascript dependencies location and bower

2014-03-27 Thread Jake Farrell
They are src/main/python/apache/thermos/observer/http/assets/ jquery.js, jquery.pailer.js, mootools-core.js, observer.js src/main/resources/org/apache/aurora/scheduler/http/assets/datatables 3rdparty/javascript/bower_components/ angular.js, bootstrap.css, jquery, smart-table I've taken care of

Re: [DISCUSS] Javascript dependencies location and bower

2014-03-27 Thread Bill Farner
I'm open to either approach. If we can install npm 'on-demand' like we do with gradle and thrift, that probably makes sense. I vote for the route that distracts us less to getting to the first release. -=Bill On Thu, Mar 27, 2014 at 3:34 PM, Suman Karumuri wrote: > What are the 3 locations y

Re: [DISCUSS] Javascript dependencies location and bower

2014-03-27 Thread Suman Karumuri
What are the 3 locations you speak of? With the UI refactor work, most of the dependencies in src/ for scheduler will be removed. If you can file me a ticket with the issues you are facing, I can make sure that #1 happens. We should definitely revisit #2 once #1 is done. On Thu, Mar 27, 2014 at 1

[DISCUSS] Javascript dependencies location and bower

2014-03-27 Thread Jake Farrell
Currently the javascript dependencies we use within our source are committed in three locations, this is the only bundled source type we included within our source tree and currently we are required to maintain each in the LICENSE file. To help simplify managing the LICENSE file I would like to pr