Skip to content

Commit 2e3121b

Browse files
committed
chore(folder-structure): Moved angular-meteor to separate branch
1 parent b19d041 commit 2e3121b

File tree

282 files changed

+114
-3976
lines changed

Some content is hidden

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

282 files changed

+114
-3976
lines changed

.gitignore

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
node_modules
2-
.idea
1+
# OS generated files #
2+
######################
3+
.DS_Store
4+
.DS_Store?
5+
._*
6+
.Spotlight-V100
7+
.Trashes
8+
ehthumbs.db
9+
Thumbs.db
10+
.build*
311
.npm
12+
node_modules
413
npm-debug.log
5-
lerna-debug.log
14+
15+
# IDE's #
16+
#########
17+
.idea
18+
19+
.coverage

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
sudo: required
12
language: node_js
2-
3+
cache:
4+
directories:
5+
# cache node modules
6+
- node_modules
37
node_js:
8+
# use same node version as meteor does
49
- "5"
5-
610
services:
711
- mongodb
8-
9-
install:
10-
- curl https://install.meteor.com | /bin/sh
11-
- npm install lerna
12-
- npm run bootstrap
13-
14-
sudo: required
12+
before_install: curl https://install.meteor.com | /bin/sh
13+
before_script:
14+
# remove unused node modules from cache
15+
- "npm prune"

packages/angular-meteor/Angular Meteor Weekly Meetings.md renamed to Angular Meteor Weekly Meetings.md

0 commit comments

Comments
 (0)