TimHeckel / meteor-bootboxjs

A meteor smart package for the bootstrap bootboxjs plugin
30 stars 19 forks source link

Use npm to pull in the appropriate version of bootbox instead of including a static file. #3

Closed mizzao closed 11 years ago

mizzao commented 11 years ago

Meteor 0.6.0+ now includes support for npm. We can pull in bootbox directly using npm instead of including a static file, and it becomes much easier to bump versions without making the repo include all copies of bootbox, etc.

I thought I would do this instead of creating a new package on atmosphere, but if you disagree, no problem - I'll just make a separate release on atmosphere.

TimHeckel commented 11 years ago

Excellent. Thank you :+1:

mizzao commented 11 years ago

Great - how about doing an mrt release . now? :)

TimHeckel commented 11 years ago

Done :)

On Tue, Jun 25, 2013 at 2:02 PM, Andrew Mao notifications@github.comwrote:

Great - how about doing an mrt release . now? :)

— Reply to this email directly or view it on GitHubhttps://github.com/TimHeckel/meteor-bootboxjs/pull/3#issuecomment-19999254 .

mizzao commented 11 years ago

Hey...is there a reason we regressed on this? If you are still using an older version of Meteor, I can add some code in that will load the file from the right path depending on the version.