Skip to content

conterra/mapapps-reveal-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapapps-reveal-js

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.

Changes of the bower version

  • css is compressed
  • js is compressed
  • plugins/markdown/markdown.js is patched to configure accept header in request

Installation

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.

Upgrade Instructions

  1. update the version in bower.json

  2. check .bowerrc and exclude all other dependencies

  3. check the pom.xml for package.json manipulation

  4. update the version of the pom.xml

  5. execute mvn for testing output

    mvn clean package

  6. check the markdown patch

  7. release via jenkins