meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

May be a bad idea to use client/server folder names inside imports #147

Closed ffxsam closed 7 years ago

ffxsam commented 8 years ago

(Per https://github.com/meteor/meteor/issues/7153)

Apparently having folders called client and server, even within the imports folder, causes problem for the test runner.

tmeasday commented 8 years ago

I think maybe the build tool shouldn't make the client/server distinction inside the imports/ directory, but I think we what are doing in this app is OK..

hwillson commented 7 years ago

As discussed in meteor/meteor#7153, the todos app is working as intended. Closing this off.