Is there any hack or other method to set ignore list of folders for Meteor's hot reload. For example I want to prevent page reloading, when I changing files in public folder
Asked
Active
Viewed 438 times
3
-
I think this answers your question http://stackoverflow.com/a/10423608/3225 – kenny Apr 09 '15 at 20:57
-
I created ".test" folder and file there and it do not work – Ivan M Apr 09 '15 at 21:03
-
possible duplicate of http://stackoverflow.com/questions/11504883/how-to-prevent-meteor-from-watching-files/25161820#25161820 – Ethaan Apr 09 '15 at 21:11
1 Answers
0
You can use ".#Name_of_folder". Meteor ignores any directories that begin with a ".#"

Denis Bevilacqua
- 41
- 5