Remove umd build from sources

This commit is contained in:
cybice 2015-09-24 21:07:58 +03:00
parent 2ba3ea5a81
commit 0006f2bfbe
3 changed files with 1 additions and 5361 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -10,4 +10,4 @@ $babel ./src -d $build_dir --ignore "__tests__" --loose all
NODE_ENV=production $webpack src/index.js $build_dir/umd/GoogleMapReact.js
NODE_ENV=production $webpack -p src/index.js $build_dir/umd/GoogleMapReact.min.js
echo "gzipped, the global build is `gzip -c $build_dir/umd/GoogleMapReact.min.js | wc -c | sed -e 's/^[[:space:]]*//'` bytes"
#echo "gzipped, the global build is `gzip -c $build_dir/umd/GoogleMapReact.min.js | wc -c | sed -e 's/^[[:space:]]*//'` bytes"