Skip to content

Nothing output #1

Description

@AidanNichol

There is a problem which can result in nothing being added to the output html file.

I dug around a bit and the solution seems to be to include an option to specify the location of the javascript files that are to be included.

The current code assumes that the js/css files are located relative to the input file but that doesn't work once you start to do thing like build it with jade e.g.

gulp.src('./src/jade/*.jade')
.pipe(jade())
.pipe(includeSource())
.pipe(gulp.dest('./app'));

It is looking in ./src/jade for my scripts and I need a way to tell it to look in ./app or maybe ./src/js

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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