Skip to content

Instantly share code, notes, and snippets.

@tjunussov
Last active November 18, 2016 10:35
Show Gist options
  • Save tjunussov/159288465f23ccdc16159bbbb3b0de1e to your computer and use it in GitHub Desktop.
Save tjunussov/159288465f23ccdc16159bbbb3b0de1e to your computer and use it in GitHub Desktop.
devd. configurations
::devd.exe -a -p 3000 -l . http://192.168.99.1:8080
::devd.exe -a -p 3000 -l . /rest/=http://192.168.99.1:8080/rest/
devd.exe -x "{**.bat,**.md,**.xml,**.tc,,**.map}" -a -p 80 -l . /rest/=http://192.168.99.1:8080/rest/ /auth/=http://192.168.99.1:8180/auth/
devd.exe -x "**/*.bat" -x "**/*.ts" -x "**/*.map" -x "**/*.xml" -a -p 80 -l . /rest/=http://192.168.99.1:8080/rest/ /auth/=http://192.168.99.1:8180/auth/ static/assets=./assets --debug --crossdomain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment