Skip to content

Commit 804e78d

Browse files
committed
merges Vulcan-Starter
2 parents 74031d0 + 57b0dc9 commit 804e78d

File tree

144 files changed

+6974
-505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+6974
-505
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ deploy.sh
1919
dump/
2020
dump/*
2121

22+
production.settings.json
2223
settings.json
2324
settings.json.not-used
2425
.idea
@@ -48,5 +49,3 @@ packages/nova-router/.npm
4849
npm-debug.log
4950

5051
.meteor/.id
51-
52-
token.json

.meteor/.finished-upgraders

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file contains information which helps Meteor properly upgrade your
2+
# app when you run 'meteor update'. You should check it into version control
3+
# with your project.
4+
5+
notices-for-0.9.0
6+
notices-for-0.9.1
7+
0.9.4-platform-file
8+
notices-for-facebook-graph-api-2
9+
1.2.0-standard-minifiers-package
10+
1.2.0-meteor-platform-split
11+
1.2.0-cordova-changes
12+
1.2.0-breaking-changes
13+
1.3.0-split-minifiers-package
14+
1.4.0-remove-old-dev-bundle-link
15+
1.4.1-add-shell-server-package
16+
1.4.3-split-account-service-packages
17+
1.5-add-dynamic-import-package
18+
1.7-split-underscore-from-meteor-base

.meteor/packages

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
# see http://docs.vulcanjs.org/packages
22

3-
vulcan:core@1.8.9
3+
vulcan:core
44

55
############ Language Packages ############
66

77
vulcan:i18n-en-us
88

99
############ Accounts Packages ############
1010

11-
accounts-github
11+
accounts-password@1.5.1
12+
# accounts-twitter
13+
# accounts-facebook
1214

1315
############ Your Packages ############
1416

15-
news
17+
getting-started
18+
19+
# example-simple
20+
# example-movies
21+
# example-instagram
22+
# example-forum
23+
# example-customization
24+
# example-permissions
25+
# example-membership
26+
# example-interfaces
27+
# example-reactions
28+
# example-forms

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.6.1
1+
METEOR@1.7.0.1

0 commit comments

Comments
 (0)