Skip to content

Multiple files exclusion

matt wilkie edited this page Nov 30, 2016 · 1 revision

This command (all on one line) excludes all .bat, .js, .map, .xml from live reload watch, in folders and subfolders

devd.exe -x "**/*.bat" -x "**/*.js" -x "**/*.map" -x "**/*.xml" -a -p 80 -l . /rest/=http://192.168.99.1:8080/rest/ /auth/=http://192.168.99.1:8180/auth/

Clone this wiki locally