gulp-connect を使用して、別のディレクトリからいくつかのファイルを提供できるかどうか疑問に思います。何かのようなもの:
http://localhost:8080/index.html => root: '/root/app'
しかし
http://localhost:8008/js/main.js => from '/root/js/' not from 'root/app/js'
http://localhost:8008/css/main.css => from '/root/css/' not from 'root/app/css/'