Zeppelin web development tools

2016-08-17 Thread onkar shedge
Hello corneadoug, What tools should I use to quickly see runtime changes of my javascript and html. Right now I am changing the respective .js .html files and doing mvn package on Zeppelin root project. This is very time consuming it takes 20 to 30 min for packaging. Running ./grunt serve serves p

Re: Zeppelin web development tools

2016-08-17 Thread Corneau Damien
Hi Onkar, `./grunt serve` is the best way to go, also everything in that mode should be the same as after build. I just tried and import dialog is showing, so if there is issues, you might want to clean your cache, or might have forgot to add the newly created .js file in the index.html ( https:/

Re: Zeppelin web development tools

2016-08-17 Thread onkar shedge
Thanks Corneau . On Thu, Aug 18, 2016 at 4:56 AM, Corneau Damien wrote: > Hi Onkar, > > `./grunt serve` is the best way to go, also everything in that mode should > be the same as after build. > > I just tried and import dialog is showing, so if there is issues, you might > want to clean your ca