Skip to content

Commit

Permalink
Add production to Makefile assets command.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigspaeth committed Feb 8, 2017
1 parent 1832d1e commit 17d3caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 17d3caf

Please sign in to comment.