Revision 26c46224
Added by koszko over 1 year ago
| index.json | ||
|---|---|---|
| 128 | 128 |
// Resource's "dependencies" array shall contain names of other |
| 129 | 129 |
// resources that (in case of scripts at least) should get evaluated |
| 130 | 130 |
// on a page before this resource's own scripts. |
| 131 |
"dependencies": ["hello-message"],
|
|
| 131 |
"dependencies": [{"identifier": "hello-message"}],
|
|
| 132 | 132 |
|
| 133 | 133 |
// Array of javascript files that belong to this resource. |
| 134 | 134 |
"scripts": [ |
Also available in: Unified diff
make resource dependency specifier an object