ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde
MIT License
248 stars 64 forks source link

Task name is the same as 'grunt-express' #90

Open gunnx opened 9 years ago

gunnx commented 9 years ago

I use load-grunt-config which uses the task name to auto pick up the config files but on an existing project I had 'grunt-express' and 'grunt-express-server' both use the same task name.

What would be the impact of updating the task name to 'express-server'?