vito / booklit

a pretty lit content authoring system
https://booklit.page
MIT License
175 stars 55 forks source link

undefined: booklit.PluginFactoryFunc #13

Closed andrewedstrom closed 7 years ago

andrewedstrom commented 7 years ago

When attempting to use booklit to build Concourse locally, I get the following error:

$ go get github.com/vito/booklit/cmd/booklit
$ pwd
/Users/pilot/workspace/concourse/built-docs
$ ls
README.md    Staticfile   css          favicon.ico  fonts        html         images       js           lit          manifest.yml scripts      src
$ ./scripts/build
# concourse-lit/community
src/concourse-lit/community/plugin.go:6: undefined: booklit.PluginFactoryFunc
# concourse-lit/resources-table
src/concourse-lit/resources-table/plugin.go:6: undefined: booklit.PluginFactoryFunc
# concourse-lit/splash
src/concourse-lit/splash/plugin.go:10: undefined: booklit.PluginFactoryFunc
# concourse-lit/docs
src/concourse-lit/docs/plugin.go:16: undefined: booklit.PluginFactoryFunc
exit status 2
vito commented 7 years ago

this was removed in v0.2.0: https://github.com/vito/booklit/releases/tag/v0.2.0

the fix is to just remove the call; it's not needed anymore