Anahkiasen / cookie-monster

A rehosted, cleaned up and updated version of the CookieMonster plugin.
31 stars 24 forks source link

Add local web server and automatic recompilation to build process #48

Closed royaldark closed 10 years ago

royaldark commented 10 years ago

I added grunt-contrib-connect so the project automatically starts a web server on port 8000 serving the dist directory. Additionally, I enabled grunt-contrib-watch so changes to the source trigger recompilation.

Anahkiasen commented 10 years ago

I'm unfamiliar with grunt connect but I've heard people requesting it so, thanks for the effort!