Update container to run grunt uglify

This commit is contained in:
Philippe Pepos Petitclerc 2015-03-20 10:35:14 -04:00
parent e26c9fc9c3
commit dc0a657509
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFO
command=/bin/bash -c "npm start /opt/adagios-frontend"
[program:grunt]
command=/bin/bash -c "cd /opt/adagios-frontend && grunt sass && grunt"
command=/bin/bash -c "cd /opt/adagios-frontend && grunt sass && grunt uglify && grunt"