added chart.js path to build-profile of production env

This commit is contained in:
logsol 2015-03-02 19:48:05 +01:00
parent b52c16836c
commit 5eeb120799
2 changed files with 5 additions and 4 deletions

View file

@ -5,9 +5,9 @@ then
mkdir -p build
echo "- compiling client scripts.."
rm -f "build/client.min.js.gz"
node_modules/requirejs/bin/r.js -o config/build-profile.js > /dev/null \
node_modules/requirejs/bin/r.js -o config/build-profile.js \
&& gzip -c build/client.min.js > build/client.min.js.gz \
&& echo "- done."
else
echo "[ DEVELOPMENT ]"
fi
fi