Skip to content

A prototype of the online jukebox I previously created, using a newer version of Meteor and The Meteor Chef base boilerplate.

Notifications You must be signed in to change notification settings

sjm-practice/musiq-proto

Repository files navigation

MusiQ!

An online jukebox.

Notes

Changes to Base

  • 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)

Other Changes

  • 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.

based on boilerplate -> The Meteor Chef - Base

A starting point for Meteor apps.

Base Version v3.3.0 - modified
Meteor Version v1.2.1

Read the Documentation

About

A prototype of the online jukebox I previously created, using a newer version of Meteor and The Meteor Chef base boilerplate.

Resources

Stars

Watchers

Forks

Packages

No packages published