Skip to content
Snippets Groups Projects
Commit 7ecc1609 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

draft of develop script

parent 9997c15e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [[ $1 = "-i" ]]; then
echo "Install from scratch"
npm install -g npm@latest grunt-cli generator-reveal
npm install
git submodule update --init
else
echo "Install already performed. Only watching."
fi
grunt server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment