mcfly-io / generator-mcfly

A Yeoman generator for scaffolding an application using angular, browserify, ionic and famous
323 stars 43 forks source link

How to watch other folder's files #310

Closed ZengShaoLin closed 8 years ago

ZengShaoLin commented 8 years ago

Hi, I have created a folder called json(not being watched by default) in "client". I want to refresh the browser when I modify the files in json folder. How to do that ?

thaiat commented 8 years ago

what are you doing with those files ? if you require them in your code, by require('./path_to_your_json_file.json') they will be watched automatically

closing this for now, let me know if you need to reopen