10000 requires in nested files are not followed · Issue #2 · coen-hyde/gulp-cog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

requires in nested files are not followed #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rjharmon opened this issue Dec 29, 2014 · 1 comment
Open

requires in nested files are not followed #2

rjharmon opened this issue Dec 29, 2014 · 1 comment

Comments

@rjharmon
Copy link
  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

@coen-hyde
Copy link
Owner

Yeah. Cog can't do nested includes yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
31C5
Development

No branches or pull requests

2 participants
0