Skip to content

Commit

Permalink
Test app created
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeminderjs committed Mar 19, 2014
1 parent 12b1920 commit 95c450c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ node_modules
.build*
notes*
NOTES.md
.codio
1 change: 1 addition & 0 deletions tests/app/.meteor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
local
9 changes: 9 additions & 0 deletions tests/app/.meteor/packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Meteor packages used by this project, one per line.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

standard-app-packages
autopublish
insecure
preserve-inputs
1 change: 1 addition & 0 deletions tests/app/.meteor/release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.7.2
1 change: 1 addition & 0 deletions tests/app/admin_cfg.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ function formatDateTime(d) {
return [pad(d.getDate()), pad(d.getMonth()+1), d.getFullYear()].join('/') + ' ' +
[pad(d.getHours()), pad(d.getMinutes()), pad(d.getSeconds())].join(':');
}

3 changes: 3 additions & 0 deletions tests/app/smart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packages": {}
}

0 comments on commit 95c450c

Please sign in to comment.