david-ma / Thalia

My custom node.js server
GNU General Public License v3.0
1 stars 2 forks source link

gulp serve could be improved #6

Open david-ma opened 8 years ago

david-ma commented 8 years ago

Since gulp serve calls gulp watch, does it really need to copy css and js and lint etc.? Can't it just rely on gulp watch to keep the code up to date, and watch the dist folder to hit up browserSync?