-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
Hi,
I'm using this configuration:
gulp.task('webserver', function() {
gulp.src('app')
.pipe(webserver({
livereload: true,
port: 12345,
directoryListing: false,
open: true,
fallback: 'index.html'
}));
});
The werbserver is working, but I need to add some js files to my index.html, and the scripts live outside the app folder (e.g. bower_components, dist).
How can I add these files? E.g:
<script src="/bower_components/angular/angular.min.js"></script>
Thanks
Metadata
Metadata
Assignees
Labels
No labels