reddit-india / indianelectionmeter.github.io

Website dedicated to track promises made in Indian Elections, as suggested on reddit.com/r/india
http://indianelectionmeter.in
MIT License
40 stars 19 forks source link

Added gulp tasks to ease development and removed node_modules folder from project #16

Closed code-haven closed 8 years ago

code-haven commented 8 years ago

I have added a gulp task that will watch for changes in the code and automatically refresh the browser(using browsersync) - this will speed up development process. Also, I have deleted the node_modules folder since they just contain the packages that can be installed using npm install(because. the dependencies have been mentioned in the package.json file)