Skip to content

Question about src/js/main.js #98

@sgehring-panw

Description

@sgehring-panw

Hi!

gulp.src('src/js/main.js') .pipe(include({ extensions: 'js', hardFail: true, separateInputs: true, includePaths: [ __dirname + '/bower_components', __dirname + '/src/js' ] })) .pipe(gulp.dest('dist/js'))

In the example above you reference "src/js/main.js". What is this file path for, if you are placing include syntax in a html, or js file?

Stephen

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