Last active
November 18, 2016 10:35
-
-
Save tjunussov/159288465f23ccdc16159bbbb3b0de1e to your computer and use it in GitHub Desktop.
devd. configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::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