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
Compatible with SourceJS v0.4.x-0.5.x (not compatible with SourceJS installed as NPM dep).
9
+
Compatible with SourceJS 0.6.x. For older versions use `0.1.x` branch.
10
10
11
11
## Install
12
12
13
-
To install, run npm in `sourcejs/user` folder:
13
+
To install, run npm in SourceJS project folder:
14
14
15
15
```
16
16
npm install sourcejs-spec-dependencies --save
17
17
```
18
18
19
-
Then run Grunt update in SourceJS root:
20
-
21
-
```
22
-
grunt update
23
-
```
24
-
25
-
or from 0.5.2+
26
-
27
-
```
28
-
npm run build
29
-
```
19
+
Restart the app, and you're ready to go.
30
20
31
21
32
22
## How to use
33
23
34
24
### Configuration
35
25
36
-
By default plugin will parse documentation pages located in `user/specs` folder, to extend the search folder list, update plugin options in `user/options.js`:
26
+
By default plugin will parse documentation pages located in `/specs` folder, to extend the search folder list, update plugin options in `/options.js`:
37
27
38
28
```
39
29
{
@@ -45,7 +35,7 @@ By default plugin will parse documentation pages located in `user/specs` folder,
45
35
}
46
36
```
47
37
48
-
This conf will ensure that plugin checks both `user/specs` and `user/more-specs` folders to build the dependency tree.
38
+
This conf will ensure that plugin checks both `/specs` and `/more-specs` folders to build the dependency tree.
0 commit comments