Skip to content

requires in nested files are not followed #2

@rjharmon

Description

@rjharmon
  1. Have a directory with a bunch of various js files, a subset of which are relevant for a particular .html application-root
  2. in my_subset.js, //= require foo.js
  3. in foo.js, //= require bar.js
  4. use gulp.src("*/.js") and cog("my_subset.js") in gulpfile

Result: bar.js is not expanded, and its content is not available
Expected: contents of bar.js and its requires should arrive in the output

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions