bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

Use the same way to handle go-bindata as other projects #192

Closed smacker closed 5 years ago

smacker commented 5 years ago

Looks like now we have to commit asset.go, but it could be avoided as done in other projects.

dpordomingo commented 5 years ago

I think it's the opposite; we're not pushing assets.go file in new projects. But we starting using esc.

smacker commented 5 years ago

I mean we have to push asset.go right now for bblfsh/web. And I propose to change it. esc or bindata isn't very important.

dpordomingo commented 5 years ago

updated the issue description to reflect that. Thanks!

smacker commented 5 years ago

Sorry, this issue wasn't in TODO but it annoys me A LOT every time I do anything in this project. And I spend more time figuring out why my changes don't work, then figuring how to re-create assets, push and so on than just freaking fixing it once and for all.