-
- Downloads
Added rough appearance of the collection tree
Showing
- Gruntfile.js 2 additions, 0 deletionsGruntfile.js
- css/jstree.css 1102 additions, 0 deletionscss/jstree.css
- css/mirador.css 1942 additions, 0 deletionscss/mirador.css
- images/jstree/32px.png 0 additions, 0 deletionsimages/jstree/32px.png
- images/jstree/40px.png 0 additions, 0 deletionsimages/jstree/40px.png
- images/jstree/throbber.gif 0 additions, 0 deletionsimages/jstree/throbber.gif
- js/lib/jstree.min.js 6 additions, 0 deletionsjs/lib/jstree.min.js
- js/src/viewer/manifestsPanel.js 34 additions, 0 deletionsjs/src/viewer/manifestsPanel.js
- package.json 1 addition, 1 deletionpackage.json
css/jstree.css
0 → 100644
This diff is collapsed.
css/mirador.css
0 → 100644
This diff is collapsed.
images/jstree/32px.png
0 → 100644
3.05 KiB
images/jstree/40px.png
0 → 100644
1.84 KiB
images/jstree/throbber.gif
0 → 100644
1.68 KiB
js/lib/jstree.min.js
0 → 100644
This diff is collapsed.
... | ... | @@ -47,7 +47,7 @@ |
"sinon": "^1.17.6" | ||
}, | ||
"scripts": { | ||
"start": "./node_modules/.bin/grunt serve", | ||
"start": "node node_modules\/.bin\/grunt serve", | ||
"test": "./node_modules/.bin/karma start ./karma.conf.js", | ||
"travis": "./node_modules/.bin/grunt ci --verbose --force & npm run test", | ||
"update_demo": "./bin/update_demo.sh", | ||
... | ... |