Merged in feature/MAPG-47-install-composer-packages-at-update (pull request #48)
MAPG-47 install Composer packages at update
This commit is contained in:
		
						commit
						7633f793d6
					
				@ -4,6 +4,9 @@ ROOT_DIR=$(dirname $(readlink -f "$0"))/..
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
. ${ROOT_DIR}/.env
 | 
					. ${ROOT_DIR}/.env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo "Installing Composer packages..."
 | 
				
			||||||
 | 
					(cd ${ROOT_DIR} && composer install)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -z "${DEV}" ] || [ "${DEV}" -eq "0" ]; then
 | 
					if [ -z "${DEV}" ] || [ "${DEV}" -eq "0" ]; then
 | 
				
			||||||
    echo "Minifying JS, CSS and SVG files..."
 | 
					    echo "Minifying JS, CSS and SVG files..."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user