meteor / todos

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

Making relative paths absolute #216

Closed NickBusey closed 7 years ago

NickBusey commented 7 years ago

Cleaned up version of https://github.com/meteor/todos/pull/215

Working on a complimentary guide PR now.

NickBusey commented 7 years ago

Sorry for making 2 PR's, should have just cleaned up the first one. Won't do it again ;)

NickBusey commented 7 years ago

Here is the corresponding guide update: https://github.com/meteor/guide/pull/608

hwillson commented 7 years ago

Hi @NickBusey - thanks for taking the time to submit this PR. Based on the discussion that came out of this and #215, It sounds like the best course of action for now is to leave the relative import paths in place. I'll close this for now - thanks again!