update excludePattern to match conf.json.EXAMPLE (#487)

This commit is contained in:
Jeff Williams 2013-09-10 03:04:05 -07:00
parent 30011780c7
commit 7d6fefe1c2

View File

@ -33,7 +33,7 @@ const defaults = {
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/)_"
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": []
};