Skip to content

Commit

Permalink
Merge branch 'v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Jan 7, 2017
2 parents 72d426d + 50a90ef commit 569d001
Show file tree
Hide file tree
Showing 149 changed files with 8,833 additions and 2,205 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets" : ["es2015", "react", "stage-2"]
}
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

17 changes: 13 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules
bower_components
.tmp

# testing
coverage

# production
build

# misc
.DS_Store
.env
public
experimental
npm-debug.log
1 change: 0 additions & 1 deletion .ruby-gemset

This file was deleted.

1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

28 changes: 0 additions & 28 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: node index.js
web: node server
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "npm run build"
}
}
}
11 changes: 0 additions & 11 deletions bower.json

This file was deleted.

Binary file removed client/images/teaser-1.png
Binary file not shown.
Binary file removed client/images/teaser-2.png
Binary file not shown.
Binary file removed client/images/teaser-3.png
Binary file not shown.
Binary file removed client/images/wrench.png
Binary file not shown.
76 changes: 0 additions & 76 deletions client/index.html

This file was deleted.

30 changes: 0 additions & 30 deletions client/scripts/application.coffee

This file was deleted.

55 changes: 0 additions & 55 deletions client/scripts/collections/Records.coffee

This file was deleted.

7 changes: 0 additions & 7 deletions client/scripts/collections/Reminders.coffee

This file was deleted.

5 changes: 0 additions & 5 deletions client/scripts/collections/Vehicles.coffee

This file was deleted.

19 changes: 0 additions & 19 deletions client/scripts/helpers/application_helpers.coffee

This file was deleted.

3 changes: 0 additions & 3 deletions client/scripts/mixins/application_mixins.coffee

This file was deleted.

18 changes: 0 additions & 18 deletions client/scripts/mixins/sync.coffee

This file was deleted.

19 changes: 0 additions & 19 deletions client/scripts/models/Record.coffee

This file was deleted.

13 changes: 0 additions & 13 deletions client/scripts/models/Reminder.coffee

This file was deleted.

44 changes: 0 additions & 44 deletions client/scripts/models/Session.coffee

This file was deleted.

Loading

0 comments on commit 569d001

Please sign in to comment.