Merge pull request #580 from prometheus/beorn7/fix

Fix embed-static.sh.
pull/582/head
Björn Rabenstein 11 years ago
commit 38ab8cc39b
  1. 2
      utility/embed-static.sh

@ -11,7 +11,7 @@ ORIGINAL_PWD=${PWD}
for dir in $@
do
cd "${dir}"
cd "${dir}" > /dev/null
echo "\"$(basename ${dir})\": {"
# Do not embed map files and the non-minified bootstrap files.

Loading…
Cancel
Save