Skip to content

Commit f12f1dd

Browse files
committedOct 5, 2016
cleaned up constructor.md
1 parent 36f1a38 commit f12f1dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎docs/constructor.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
<code>defaultPath</code> - Default recommended path
6161
</li>
6262
</ul>
63-
Context is current <em>FilesCollction</em> instance<br />
64-
<b>Note: When running in development mode any files stored at a relative path are automatically (and silently) removed when Meteor is reset ('meteor reset') or restarted via shutdown/restart.</b>
63+
Context is current <em>FilesCollction</em> instance.<br /><br />
64+
Note: When running in development mode files stored at a relative path (within the Meteor project) are silently removed when Meteor is restarted.<br /><br />
65+
To preserve files in development mode store them outside of the Meteor application, e.g. `/data/Meteor/uploads/`
6566
</td>
6667
</tr>
6768
<tr>

0 commit comments

Comments
 (0)
Failed to load comments.