You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to include [superagent](http://visionmedia.github.io/) if you want to use [cmis-0.1.1.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.1.js) or [cmis-0.1.1.min.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.1.min.js)
23
+
You have to include [superagent](http://visionmedia.github.io/) if you want to use [cmis-0.1.6.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.1.js) or [cmis-0.1.6.min.js](https://github.com/agea/CmisJS/releases/download/v0.1.1/cmis.0.1.6.min.js)
24
24
25
25
## Usage
26
26
@@ -55,20 +55,20 @@ Install grunt:
55
55
Clone the repo:
56
56
57
57
$ git clone https://github.com/agea/CmisJS/
58
-
58
+
59
59
Install dependencies:
60
60
61
61
$ cd CmisJS
62
62
63
63
$ npm install
64
64
65
65
### Running tests on node
66
-
66
+
67
67
(http://cmis.alfresco.com will be used as test repository)
68
68
69
69
$ grunt test
70
70
71
-
You can specify different url, username and password
71
+
You can specify different url, username and password
72
72
73
73
$ grunt test --url http://localhost:8080/alfresco/cmisbrowser --user admin --password secret
74
74
@@ -89,4 +89,3 @@ To change username and password you can specify them in the url
89
89
##License
90
90
91
91
MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
0 commit comments