webxl / grunt-reload

A grunt task and reverse proxy that enables live reloading of updated files in the browser.
MIT License
132 stars 19 forks source link

watch files list using wildcards #10

Closed zigotica closed 11 years ago

zigotica commented 11 years ago

Hi again,

It would be cool to use wildcards in watch file list, as in (following code does not work):

watch:{
      files:[ '*.js', '*.scss', '*.html'] 

Thanx

zigotica commented 11 years ago

ooops, it does work, apparently I had to restart the proxy not just restart the watch process. Thanx