Skip to content

Commit 15fe820

Browse files
committed
Adapters now pluggable.
API needs work though.
1 parent 6a06611 commit 15fe820

File tree

13 files changed

+534
-481
lines changed

13 files changed

+534
-481
lines changed

Gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ module.exports = function (grunt) {
7474
options: {
7575
alias: [
7676
'lib/observe-js.js:observejs',
77+
'src/datastore/adapters/http/index.js:HttpAdapter',
7778
'src/datastore/services/index.js:services',
7879
'src/errors/index.js:errors',
7980
'src/utils/index.js:utils'

0 commit comments

Comments
 (0)