ThemeBuilder: add 'assets' to list of scaffold directories

This commit is contained in:
Parker Moore 2016-09-16 14:57:58 -07:00
parent 13aec48137
commit 87b9cfe2b5
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class Jekyll::ThemeBuilder
SCAFFOLD_DIRECTORIES = %w(
_layouts _includes _sass
assets _layouts _includes _sass
).freeze
attr_reader :name, :path, :code_of_conduct