Skip to content
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

Alternate search path is incorrect #180

Open
eddiemonge opened this issue Oct 5, 2016 · 0 comments
Open

Alternate search path is incorrect #180

eddiemonge opened this issue Oct 5, 2016 · 0 comments

Comments

@eddiemonge
Copy link

Alternate search path passes in what you put to glob. This means if you do

<!-- build:js({.tmp,app}) ./scripts/app.js -->
<script src="templatesCache.js"></script>
<!-- endbuild -->

It will find and include both .tmp/templatesCache.js and app/templatesCache.js. It should find the file first in tmp and then not use the one in app. If there is not a file matching in tmp, then attempt to use the one in app.

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

No branches or pull requests

1 participant