templates.root.grunt-bower.ui.build.sh Maven / Gradle / Ivy
#!/bin/sh
# This script is used to build the front app and put it in the dist directory.
npm install
bower install
grunt test
grunt build
© 2015 - 2025 Weber Informatics LLC | Privacy Policy