Skip to content

Commit

Permalink
shouldn't remove gzipped Javascript bundle from production (it *is* u…
Browse files Browse the repository at this point in the history
…sed when browser supports it) - so no longer removing it
  • Loading branch information
dktr0 committed Sep 18, 2018
1 parent dda50d4 commit caf1a71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ prodInstallClient: # make prodBuildClient first!
rm -rf Estuary.jsexe/all.js
rm -rf Estuary.jsexe/out.stats
rm -rf Estuary.jsexe/index.html.template
rm -rf Estuary.jsexe/all.min.js.gz

installServer: buildServer
cp $$(stack path --local-install-root --stack-yaml=server.yaml)/bin/EstuaryServer ./EstuaryServer
Expand Down

0 comments on commit caf1a71

Please sign in to comment.