markbates / grift

Go based task runner
MIT License
432 stars 24 forks source link

avoid sqlite in grift #21

Closed u007 closed 6 years ago

u007 commented 6 years ago

hi,

how do i avoid sqlite compilation when running buffalo task xxx or grift xxx

u007 commented 6 years ago

i deleted vendor sqlite and update go-sqlite3 seems to solve the slow buffalo task issue

rm -Rf vendor/github.com/mattn/go-sqlite3
go get -u github.com/mattn/go-sqlite3