Skip to content

Commit

Permalink
assets: display webpack errors when we build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Feb 2, 2016
1 parent 50143f4 commit 1662043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ assets:
cd ${JS_DIR} && \
npm install && \
cd ${CWD}
python manage.py webpack
python manage.py webpack --extra=--display-error-details
mkdir -p ${ASSETS_DIR}
python manage.py collectstatic --noinput --clear -i node_modules -i .tox -i docs ${TAIL}
python manage.py assets build ${TAIL}
Expand Down

0 comments on commit 1662043

Please sign in to comment.