annotate bin/watch-assets @ 1:f38015048f48 tip

Added GPL
author Daniel Wolff
date Sat, 13 Feb 2016 20:43:38 +0100
parents 493bcb69166c
children
rev   line source
Daniel@0 1 #!/bin/sh
Daniel@0 2
Daniel@0 3 if [ "$1" = 'r' ];
Daniel@0 4 then
Daniel@0 5 app/console cache:clear
Daniel@0 6 rm -rf $/_dev
Daniel@0 7 app/console assetic:dump
Daniel@0 8 fi
Daniel@0 9
Daniel@0 10 app/console assetic:watch