-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from CodersTV/update-1.0
Update to Meteor 1.0
- Loading branch information
Showing
63 changed files
with
369 additions
and
2,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,35 +3,41 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
raix:handlebar-helpers | ||
cmather:handlebars-server | ||
natestrauser:font-awesome | ||
gadicohen:sitemaps | ||
dburles:collection-helpers | ||
matb33:collection-hooks | ||
chuangbo:[email protected] | ||
meteorhacks:fast-render | ||
xorax:multiple-callbacks | ||
gadicohen:robots-txt | ||
arunoda:streams | ||
iron:router | ||
joshowens:shareit | ||
meteor | ||
patrickleet:tags | ||
service-configuration | ||
underscore | ||
accounts-google | ||
less | ||
spiderable | ||
jquery | ||
standard-app-packages | ||
chatroom | ||
collection-hooks | ||
font-awesome | ||
handlebar-helpers | ||
handlebars-server | ||
iron-router | ||
marked | ||
mongo-counter | ||
npm | ||
presence | ||
robots-txt | ||
roles | ||
sitemaps | ||
streams | ||
fast-render | ||
bootstrap-3 | ||
service-configuration | ||
accounts-ui-unstyled | ||
collection-helpers | ||
reactive-path | ||
multiple-callbacks | ||
shareit | ||
kadira | ||
publish-composite | ||
tags | ||
alanning:roles | ||
meteorhacks:npm | ||
|
||
|
||
npm-container | ||
check | ||
reywood:publish-composite | ||
mongo | ||
random | ||
meteor-platform | ||
twbs:bootstrap | ||
coderstv:reactive-path | ||
tmeasday:presence | ||
coderstv:chat | ||
meteorhacks:kadira |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
server | ||
browser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.8.3 | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ APP_HOST=dev.coderstv.com | |
[email protected]:CodersTV/site.git | ||
|
||
# Does your project use meteorite, or plain meteor? | ||
METEORITE=true | ||
METEORITE=false | ||
|
||
# What's your app name? | ||
APP_NAME=dev-coderstv | ||
|
||
# Git branch | ||
GIT_BRANCH=master | ||
GIT_BRANCH=update-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.