Project

General

Profile

Deployment » History » Version 1

Redmine Admin, 01/04/2017 05:23 PM

1 1 Redmine Admin
h1. Deployment
2
3
* Checkout current version and compile resources:
4
5
<pre>
6
git pull
7
./node_modules/.bin/grunt
8
</pre>