split css with hover in a separate file. Common file for loading action. New grunt mobile
This commit is contained in:
parent
2d5b5318b8
commit
d2c4172686
15 changed files with 273 additions and 333 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue