Skip to content

Embedded scripts url? #105

@levipadre

Description

@levipadre

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions