Skip to content
This repository was archived by the owner on Sep 11, 2019. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 222 Bytes

maven-grunt-example

Example of Grunt.js integration on a Maven project

  • Downloads node.js for linux (with built in npm)
  • executes npm install
  • executes "npm run build" that calls grunt

Works on linux only (for now)