From 17d3caf2f3a085f6bc53c65c73dfc040e2a9353c Mon Sep 17 00:00:00 2001 From: Craig Spaeth Date: Wed, 8 Feb 2017 17:45:47 -0500 Subject: [PATCH] Add production to Makefile assets command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 691c89848..79d745a49 100755 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ test-s: # Generate minified assets from the /assets folder and output it to /public. assets: mkdir -p client/public/assets - $(BIN)/ezel-assets client/assets/ client/public/assets/ + NODE_ENV=production $(BIN)/ezel-assets client/assets/ client/public/assets/ # Find unlinked artists unlinked: