Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

onehippo/hippo-plugins

Repository files navigation

Hippo Plugins

Development environment setup

Prerequisites

Dependencies

  • Grunt (task automation)
  • Bower (package management)

Installation

Run the commands below in the project root directory. #####1. Install Grunt and Bower

$ sudo npm install -g grunt-cli bower

#####2. Install project dependencies

$ npm install
$ bower install

Useful commands

####Generate build The build version is located in the dist directory.

$ grunt

####Run tests separately The tests need to pass in order to generate a build.

$ grunt test

Tests can also be run continuously:

$ grunt test:continuous

Deployment to Nexus

Prerequisites

Deployment command

$ mvn deploy