Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Noted Maven 3.1+ requirement

...

The modern web technologies that power Mirage 2 include a precompiler (Compass), a package manager (Bower) and a task runner (Grunt). These tools can only be installed when some prerequisites are present on the system. DSpace's Maven build process is capable of making a temporary installation of these dependencies just so the theme can be built. However the overall build time will be significantly shortened if these dependencies are manually installed on the system (see below for more info).

Note
titlePrerequisite

You will also need Maven 3.1 or higher.

All of the Mirage 2 builds require git. Make sure to install git before starting any of the Mirage 2 builds.

...