An online jukebox.
- had to remove a couple users.allow & users.deny conditions, to allow some changes to user
- had to remove browser-policy package to allow youtube player to play in an iframe
- note, ulitmately better to keep / use browser-policy package, and just adjust settings to allow iframe and scripts (read docs. also there is a meteor chef snippet on it, and David Weldon blog too)
- tried upgrading to Meteor 1.3 to use modules for testing. But Heroku didn't support 1.3, so reverted back to 1.2.1 for now
- had a helluva time reverting back a version. git wasn't recognizing the files changes. was stating all files up to date. had to fool around with git reset, revert, pull. then finally had to manually update the meteor version/release/.finished-upgraders/package files.
A starting point for Meteor apps.
Base Version | v3.3.0 - modified |
---|---|
Meteor Version | v1.2.1 |