Debugging Angular JS Application

2015-09-10 Thread Esther-Melaine Quansah
Hi, Is there a way for me to debug and modify Angular JS code in the Solr Admin UI without needing to completely rebuild the server and clearing browser cache? Thanks, Esther

Re: Debugging Angular JS Application

2015-09-10 Thread Erik Hatcher
With the exploded structure, maybe we can move the webapp source underneath server/solr-webapp (and let the build just fill in the binary Java stuff, and avoid overwriting anything). Then we can keep the source in the same place as the “dist”, keeping it nice and DRY and easily

Re: Debugging Angular JS Application

2015-09-10 Thread Shawn Heisey
On 9/10/2015 9:03 AM, Esther-Melaine Quansah wrote: > Is there a way for me to debug and modify Angular JS code in the Solr Admin > UI without needing to completely rebuild the server and clearing browser > cache? I'm not sure about browser caching. That might be a problem, but if it is, it's

Re: Debugging Angular JS Application

2015-09-10 Thread Upayavira
That would be fantastic, Erik. I've got a somewhat complex setup where I rsync between folders. Being able to serve directly from the SVN location would be very handy. Upayavira On Thu, Sep 10, 2015, at 04:58 PM, Erik Hatcher wrote: > With the exploded structure, maybe we can move the webapp

Re: Debugging Angular JS Application

2015-09-10 Thread Upayavira
On Thu, Sep 10, 2015, at 04:03 PM, Esther-Melaine Quansah wrote: > Hi, > > Is there a way for me to debug and modify Angular JS code in the Solr > Admin UI without needing to completely rebuild the server and clearing > browser cache? I just edit the files in server/solr-webapp/webapp, and

Re: Debugging Angular JS Application

2015-09-10 Thread Erik Hatcher
Upayavira, could you give this a try and see if this works (patch is for trunk): https://issues.apache.org/jira/browse/SOLR-8035 And when do we make the Angular UI the default? :) Erik > On Sep 10, 2015, at 12:26 PM, Upayavira

Re: Debugging Angular JS Application

2015-09-10 Thread Upayavira
On Thu, Sep 10, 2015, at 10:52 PM, Erik Hatcher wrote: > Upayavira, could you give this a try and see if this works (patch is for > trunk): https://issues.apache.org/jira/browse/SOLR-8035 > Will look :-) > And when do we make the Angular UI