Studio: improvements after user test
This commit is contained in:
parent
449c1adb00
commit
e79a0fc81d
59 changed files with 1312 additions and 2920 deletions
|
@ -28,8 +28,8 @@ BRANCH=`git rev-parse --abbrev-ref HEAD`
|
|||
echo "The branch name is $BRANCH"
|
||||
if [ $BRANCH = "develop" ]
|
||||
then
|
||||
# SRC_MAPS="--sourcemap"
|
||||
echo "Source maps are NOT enabled as they consume to much RAM"
|
||||
SRC_MAPS="--sourcemap"
|
||||
echo "Source maps are enabled "
|
||||
fi
|
||||
|
||||
if [ $BRANCH = "master" ] || [ $BRANCH = "develop" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue