mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Specifically, ensure that we don't even include client-specific files in the server WatchSet by making sure we pass a precise set of extensions to initFromAppDir. We still also rule out wrong-arch files at a later stage too (because sourceExtensions only affects initFromAppDir). Without the change to compiler.js, the final test (adding yet-another-root.main.less) restarts the server rather than printing "Client modified -- refreshing".