-
Notifications
You must be signed in to change notification settings - Fork 116
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
does not handle -o properly #34
Comments
Hi, I'll look into it, but I seriously suggest to you moving to rice.go, it looks like a better solution which I was not aware of when starting this project. |
hmm. I moved to here because go.rice is a bit buggy and apparently dead GeertJohan/go.rice#79 |
I'm also having problems with the //go:generate go-bindata-assetfs -nometadata -pkg mypkg -o ./bindata/mypkg/myfile.go public/bundle I'm facing the following error:
Works OK without the flag. I'm on Windows. |
I'm getting the same issue:
|
ditto |
For anyone looking for an alternative, fileb0x is much more stable and complete. I moved to it. |
+1 about
|
I'd also mention rice.go which I personally use. On Thu, Oct 20, 2016 at 11:15 PM Andrey Nering notifications@github.com
|
so which project do you suggest? |
+1 Cannot read bindata.go open bindata.go: no such file or directory |
I had issues with the index route on my Vue app infinitely redirecting to "..//" while using this to embed my assets. I've moved to https://github.com/UnnoTed/fileb0x which works fine. |
Look like a fix was merged, we just need a new release that contains it. |
I am just getting started with your tool. Great job!
I noticed an error message when I use it for my assets:
$ go-bindata-assetfs -pkg gogrinder -o gogrinder/assetfs.go web/... Cannot read bindata.go open bindata.go: no such file or directory
creates the asset file but this is section missing:
The text was updated successfully, but these errors were encountered: