coopermaruyama / meteor-dust

Meteor boilerplate for large apps
43 stars 10 forks source link

Duplicate packages, different routing solutions, load order #6

Closed michaltakac closed 9 years ago

michaltakac commented 9 years ago

Hello, I was writing you on Gitter chat about few things I ran across and decided to update them.

  1. 'meteor-platform' package already includes webapp, tracker, session, ddp, mongo and blaze packages (also templating package) https://atmospherejs.com/meteor/meteor-platform
  2. If iron:router is included but no routes created, it injects their quick-start guide on homepage. We should create '/' route or keep it commented.
  3. Also added (commented) mention of kadira:flow-router into app-lib packages object as possible routing solution if people want to go with it instead of iron:router
michaltakac commented 9 years ago

Forget to mention that I moved 'app.html' and 'app.js' from app:core package into /client folder, also updated app:core's package.js