Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Skip vendor directory during build when looking for rice files #278

Closed
markbates opened this issue Mar 9, 2017 · 0 comments
Closed

Skip vendor directory during build when looking for rice files #278

markbates opened this issue Mar 9, 2017 · 0 comments

Comments

@markbates
Copy link
Member

When running buffalo build with a vendor directory you'll get the following output:

no calls to rice.FindBox() or rice.MustFindBox() found in import path `github.com/gobuffalo/toodo/vendor/github.com/GeertJohan/go.rice`
no calls to rice.FindBox() or rice.MustFindBox() found in import path `github.com/gobuffalo/toodo/vendor/github.com/GeertJohan/go.rice/rice`
no calls to rice.FindBox() or rice.MustFindBox() found in import path `github.com/gobuffalo/toodo/vendor/github.com/gobuffalo/buffalo/buffalo/cmd`

The build works just fine, but there's no reason to even look in the vendor directory.

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