Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This restriction was originally in place because we did not know of a use case for bare files on the server. The main use case for bare files is putting pre-existing files in your app which expect top-level `var`s to be "exported", which is common in browsers but not in Node. However, there is a use case for this on the server: putting pre-existing files that were originally written with clients in mind but which function fine on the server into your server code. So we'll relax the restriction. Fixes meteor#3681.
- Loading branch information