Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Finding dependencies #3

Open
rosszurowski opened this issue Jan 6, 2015 · 0 comments
Open

Finding dependencies #3

rosszurowski opened this issue Jan 6, 2015 · 0 comments

Comments

@rosszurowski
Copy link
Owner

We can't detect the dependencies of a given file as of yet. Let's say for instance that we have a setup like the following:

return new Taro()
  .get('styles.css')
  .use(sass)
  .middleware()

How do we know what files styles.scss calls @import on? Is there a cross-language way of figuring this out? Maybe a list of referenced files in a Gulp stream?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant