This is where the twig files are set up.
res/ directory contains all the twig files
#Make/Refresh the res/webhelper.json use by WebHelper
bin/setup.shPut res directory to a web space that WebHelper can access (with http GET method)
Use --repository option of the webhelper command to set the repository, or set a config option in your project composer.json file, like:
"extra": {
"webhelper-repository-path": "http://some.where.net/res"
}