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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Execute the contents of [**libreveal.min.js**](https://github.com/gingeleski/lib
11
11
12
12
See the unminified [**libreveal.js**](https://github.com/gingeleski/libreveal.js/blob/master/libreveal.js) script if you're curious how this works and/or what checks are run.
13
13
14
-
## Support libraries
14
+
## Supported libraries
15
15
16
16
Currently this will detect...
17
17
@@ -39,6 +39,14 @@ Currently this will detect...
39
39
- ExtJS
40
40
- Bootstrap
41
41
42
+
## Updating
43
+
44
+
Run the Python script `compile.py` that's in `src/` to sync this with RetireJS.
45
+
46
+
Integrate your own edits via the libreveal file in `src/json/`.
47
+
48
+
There are no dependencies - just `cd` into `src/` and run `python compile.py` (note Python 3.x is needed though).
49
+
42
50
## Credit
43
51
44
52
Derived in part from [**retire.js**](https://github.com/retirejs/retire.js/) identifiers - this stands on the shoulders of that project.
0 commit comments