gobuffalo / buffalo

Rapid Web Development w/ Go
http://gobuffalo.io
MIT License
8.07k stars 573 forks source link

Should webpack be watching the vendor directory? #859

Closed robvdl closed 6 years ago

robvdl commented 6 years ago

I cloned the vuerecipe repository, started things up, but it appears to be monitoring a whole lot of files in the vendor directory, is this correct?? Should it only be monitoring files in assets?

buffalo: 2018/01/14 16:21:38 === Rebuild on: :start: ===
buffalo: 2018/01/14 16:21:38 === Running: go build -v -i -o tmp/vueband-build  (PID: 17408) ===
github.com/robvdl/vuerecipe/vendor/github.com/dustin/go-humanize
github.com/robvdl/vuerecipe/vendor/github.com/mattn/go-isatty
github.com/robvdl/vuerecipe/vendor/github.com/markbates/going/defaults
github.com/robvdl/vuerecipe/vendor/github.com/pkg/errors
github.com/robvdl/vuerecipe/vendor/github.com/satori/go.uuid
github.com/robvdl/vuerecipe/vendor/github.com/monoculum/formam
github.com/robvdl/vuerecipe/vendor/github.com/joho/godotenv
github.com/robvdl/vuerecipe/vendor/github.com/mitchellh/go-homedir
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/x/httpx
github.com/robvdl/vuerecipe/vendor/github.com/mattn/go-colorable
github.com/robvdl/vuerecipe/vendor/github.com/fatih/color
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/plush/token
github.com/robvdl/vuerecipe/vendor/github.com/fatih/structs
github.com/robvdl/vuerecipe/vendor/github.com/markbates/inflect
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/envy
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/plush/ast
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/packr
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/plush/lexer
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/tags
github.com/robvdl/vuerecipe/vendor/github.com/markbates/going/wait
github.com/robvdl/vuerecipe/vendor/github.com/serenize/snaker
github.com/robvdl/vuerecipe/vendor/github.com/markbates/pop/nulls
github.com/robvdl/vuerecipe/vendor/github.com/markbates/validate
github.com/robvdl/vuerecipe/vendor/github.com/russross/blackfriday
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/plush/parser
github.com/robvdl/vuerecipe/vendor/golang.org/x/net/html/atom
github.com/robvdl/vuerecipe/vendor/github.com/sergi/go-diff/diffmatchpatch
github.com/robvdl/vuerecipe/vendor/golang.org/x/net/html
github.com/robvdl/vuerecipe/vendor/github.com/sourcegraph/annotate
github.com/robvdl/vuerecipe/vendor/github.com/markbates/validate/validators
github.com/robvdl/vuerecipe/vendor/github.com/sourcegraph/syntaxhighlight
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/buffalo/binding
github.com/robvdl/vuerecipe/vendor/github.com/shurcooL/sanitized_anchor_name
github.com/robvdl/vuerecipe/vendor/github.com/go-sql-driver/mysql
github.com/robvdl/vuerecipe/vendor/github.com/jmoiron/sqlx/reflectx
github.com/robvdl/vuerecipe/vendor/github.com/lib/pq/oid
github.com/robvdl/vuerecipe/vendor/github.com/markbates/going/randx
github.com/robvdl/vuerecipe/vendor/github.com/shurcooL/highlight_diff
github.com/robvdl/vuerecipe/vendor/github.com/shurcooL/highlight_go
github.com/robvdl/vuerecipe/vendor/github.com/lib/pq
github.com/robvdl/vuerecipe/vendor/github.com/jmoiron/sqlx
github.com/robvdl/vuerecipe/vendor/github.com/markbates/pop/columns
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/ast
github.com/robvdl/vuerecipe/vendor/github.com/daviddengcn/go-colortext
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/tags/form
github.com/robvdl/vuerecipe/vendor/golang.org/x/net/context
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/parser
github.com/robvdl/vuerecipe/vendor/gopkg.in/yaml.v2
github.com/robvdl/vuerecipe/vendor/github.com/microcosm-cc/bluemonday
github.com/robvdl/vuerecipe/vendor/github.com/shurcooL/octiconssvg

Webpack is watching the files…

github.com/robvdl/vuerecipe/vendor/github.com/mattn/go-sqlite3
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/tags/form/bootstrap
github.com/robvdl/vuerecipe/vendor/golang.org/x/sync/errgroup
github.com/robvdl/vuerecipe/vendor/golang.org/x/sys/unix
github.com/robvdl/vuerecipe/vendor/github.com/gorilla/context
github.com/robvdl/vuerecipe/vendor/github.com/gorilla/mux
github.com/robvdl/vuerecipe/vendor/github.com/gorilla/securecookie
github.com/robvdl/vuerecipe/vendor/github.com/gorilla/sessions
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/vm
github.com/robvdl/vuerecipe/vendor/github.com/gorilla/websocket
github.com/robvdl/vuerecipe/vendor/github.com/markbates/grift/grift
github.com/robvdl/vuerecipe/vendor/github.com/markbates/sigtx
github.com/robvdl/vuerecipe/vendor/golang.org/x/crypto/blowfish
github.com/robvdl/vuerecipe/vendor/golang.org/x/crypto/bcrypt
github.com/robvdl/vuerecipe/vendor/github.com/nicksnyder/go-i18n/i18n/language
github.com/robvdl/vuerecipe/vendor/github.com/pelletier/go-toml
github.com/robvdl/vuerecipe/vendor/github.com/shurcooL/github_flavored_markdown
github.com/robvdl/vuerecipe/vendor/golang.org/x/crypto/ssh/terminal
github.com/robvdl/vuerecipe/vendor/github.com/fsnotify/fsnotify
github.com/robvdl/vuerecipe/vendor/github.com/nicksnyder/go-i18n/i18n/translation
github.com/robvdl/vuerecipe/vendor/github.com/unrolled/secure
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/plush
github.com/robvdl/vuerecipe/vendor/github.com/sirupsen/logrus
github.com/robvdl/vuerecipe/vendor/github.com/markbates/refresh/refresh
github.com/robvdl/vuerecipe/vendor/github.com/markbates/refresh/refresh/web
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/encoding/json
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/flag
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/errors
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/fmt
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/github.com/daviddengcn/go-colortext
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/io
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/io/ioutil
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/math
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/math/big
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/math/rand
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/net
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/net/http
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/net/url
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/os
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/os/exec
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/os/signal
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/path
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/path/filepath
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/regexp
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/runtime
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/sort
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/strings
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins/time
github.com/robvdl/vuerecipe/vendor/github.com/gobuffalo/buffalo/worker
github.com/robvdl/vuerecipe/vendor/github.com/nicksnyder/go-i18n/i18n/bundle
github.com/robvdl/vuerecipe/vendor/github.com/mattn/anko/builtins
github.com/robvdl/vuerecipe/vendor/github.com/nicksnyder/go-i18n/i18n
github.com/robvdl/vuerecipe/vendor/github.com/markbates/pop/fizz
github.com/robvdl/vuerecipe/vendor/github.com/markbates/pop/fizz/translators
markbates commented 6 years ago

That’s Go compiling app for the first time. Subsequent runs Go caches built packages and only compiles changed ones. It has nothing to do with webpack other than the two logs printing to the same place.