#!/bin/sh

if [ "$1" = 'r' ];
then
	app/console cache:clear
	rm -rf $/_dev
	app/console assetic:dump
fi

app/console assetic:watch