You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
Is posible run fabric script usin a webpack inside of the project: def webpack(): local('rm -rf djreact/static/bundles/stage/*') local('rm -rf djreact/static/bundles/prod/*') local('node_modules/.bin/webpack --config webpack.stage.config.js --progress --colors') local('node_modules/.bin/webpack --config webpack.prod.config.js --progress --colors')
I have a problem with the following mensage : "webpack" is not reconize how a command in or out
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is posible run fabric script usin a webpack inside of the project:
def webpack(): local('rm -rf djreact/static/bundles/stage/*') local('rm -rf djreact/static/bundles/prod/*') local('node_modules/.bin/webpack --config webpack.stage.config.js --progress --colors') local('node_modules/.bin/webpack --config webpack.prod.config.js --progress --colors')
I have a problem with the following mensage : "webpack" is not reconize how a command in or out
Thanks.
The text was updated successfully, but these errors were encountered: