Skip to content

Instantly share code, notes, and snippets.

@tbjers
Created October 27, 2015 16:34
Show Gist options
  • Save tbjers/a1cf3481a40fe611f846 to your computer and use it in GitHub Desktop.
Save tbjers/a1cf3481a40fe611f846 to your computer and use it in GitHub Desktop.
Meteor dependency chain to figure out where jQuery is included as a dependency
meteor-base
`-webapp
  `-boilerplate-generator
    `-ui
      `-blaze
        `-jquery

I guess this comes back to the "DOM backend" issue, huh?

Is that why my vanilla .meteor/packages file include blaze-html-templates and jquery as some kind of preemptive dependency support for when we can change "DOM backends?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment