javascript - Startup Tomcat Using Grunt -
is possible have grunt task can startup tomcat on local machine? want able use livereload our project need 2 things: tomcat started on port 8080 , livereload watching on 8080. hope possible , makes sense.
thank you,
rob
you can use grunt-shell start tomcat.
Comments
Post a Comment