This project converts the reveal.js bower version to a map.apps friendly jar.
The jar is called mapapps-reveal-js.jar
and it contains the bundle reveal-js
.
- css is compressed
- js is compressed
- plugins/markdown/markdown.js is patched to configure accept header in request
Upload the jar mapapps-reveal-js.jar
to your map.apps installation.
Note the provided reveal-js
bundle provides only the reveal.js API.
It is required by the mappapps-map-slides project.
-
update the version in bower.json
-
check .bowerrc and exclude all other dependencies
-
check the pom.xml for package.json manipulation
-
update the version of the pom.xml
-
execute mvn for testing output
mvn clean package
-
check the markdown patch
-
release via jenkins