Remove the coffeescript source files and coffeescript module after compilation since they're only needed at compile time (and not at runtime).

This commit is contained in:
Pagan Gazzard 2014-07-28 15:10:24 +01:00 committed by Pablo Carranza Vélez
parent e64e6e6dbe
commit 3bad30eff7

View File

@ -1,2 +1,3 @@
node ./node_modules/coffee-script/bin/coffee -c ./src
rm -rf /root/.ssh/* /build/app/deploy_key /app/deploy_key /build/app/Makefile /app/Makefile
rm -rf /root/.ssh/* /build/app/deploy_key /app/deploy_key /build/app/Makefile /app/Makefile /app/src/*.coffee
npm uninstall coffee-script