split css with hover in a separate file. Common file for loading action. New grunt mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 16:07:43 -03:00
commit d2c4172686
15 changed files with 273 additions and 333 deletions

View file

@ -98,12 +98,12 @@ if $DBGJS
then
echo "${OpenColor}${Green}* Generating copay bundle (debug js)...${CloseColor}"
cd $BUILDDIR/..
grunt dist-dbg
grunt dist-mobile-dbg
checkOK
else
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
cd $BUILDDIR/..
grunt dist
grunt dist-mobile
checkOK
fi