2016-04-30 05:17:50 -04:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
cd client || exit -1
|
2016-05-27 10:23:10 -04:00
|
|
|
find app -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \;
|
2016-05-13 08:18:37 -04:00
|
|
|
rm -rf ./bundles
|
2016-05-27 10:23:10 -04:00
|
|
|
rm -f main.js main.js.map
|