Skip to content

Commit

Permalink
Add support for multiple staticDirs
Browse files Browse the repository at this point in the history
Fixes #36
  • Loading branch information
bep committed Nov 16, 2017
1 parent 4dc6360 commit 9378d3b
Show file tree
Hide file tree
Showing 19 changed files with 776 additions and 251 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
version = "1.5.0"

[[constraint]]
branch = "master"
name = "github.com/spf13/afero"
version = "1.0.0"

[[constraint]]
name = "github.com/spf13/cast"
Expand Down
5 changes: 4 additions & 1 deletion commands/commandeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ type commandeer struct {
*deps.DepsCfg
pathSpec *helpers.PathSpec
visitedURLs *types.EvictingStringQueue
configured bool

watchDirs []string

configured bool
}

func (c *commandeer) Set(key string, value interface{}) {
Expand Down
Loading

0 comments on commit 9378d3b

Please sign in to comment.