Skip to content

Commit

Permalink
Remove 'client-devel' target
Browse files Browse the repository at this point in the history
  • Loading branch information
tomachalek committed Jul 25, 2018
1 parent d94d41b commit 776283e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
@@ -1,14 +1,12 @@
all : templates client-devel
all : templates client-production
production : templates client-production
production-notc : templates client-production-notc
.PHONY: templates all client-devel client-production client-production-notc devel-server production
.PHONY: templates all client-production client-production-notc devel-server production
templates :
find ./templates -name "*.tmpl" -exec sh -c 'T=$$(echo {}); T=$${T#./templates/}; cheetah compile --nobackup --odir cmpltmpl --idir templates "$$T"' \;
client-production :
nodejs node_modules/webpack/bin/webpack.js --config webpack.prod.js
client-production-notc :
nodejs node_modules/webpack/bin/webpack.js --config webpack.prod.js --env.TS_TRANSPILE_ONLY
client-devel :
nodejs node_modules/webpack/bin/webpack.js --config webpack.dev.js
devel-server :
nodejs node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.dev.js

0 comments on commit 776283e

Please sign in to comment.