How to effectively develop plain Html/Javascript project? -


for plain html/javascript project such elasticsearch/kibana project (https://github.com/elasticsearch/kibana). in order deploy project, developer , run command grunt build generate dist folder including html/javascript/css , can deployed tomcat.

but if project under development stage, example, after updating javascript/html/css file, time-consuming re-run grunt build generate dist , redeployed tomcat. question how develop project check updated javascript/html/css file in browser. thanks.

in case, not limited tomcat during develop/debug process, take tomcat example. there development mode can accelerate develop , debug process?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -