hugo/source
xofyarg b5b6e81c02 hugolib: Ignore non-source files on partial rebuild
Partial rebuild does not have the same logic as normal rebuild on
selecting which file to build. This change makes it possible to
share the file select logic between two kinds of build.

Fix #3325.
2017-04-22 22:38:54 +02:00
..
content_directory_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
file.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
file_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
filesystem.go hugolib: Ignore non-source files on partial rebuild 2017-04-22 22:38:54 +02:00
filesystem_test.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
filesystem_unix_test.go
filesystem_windows_test.go
inmemory.go all: Refactor to nonglobal Viper, i18n etc. 2017-02-17 17:15:26 +01:00
lazy_file_reader.go
lazy_file_reader_test.go