Added scripts/ folder to exclusion list

This commit is contained in:
Jorge Arias 2015-11-13 06:40:28 -03:00
parent eee918dae8
commit e702d51644

View file

@ -130,6 +130,6 @@ sass:
style: compressed
# Exclusion list from the generated _site
exclude: ["LICENSE", "README", "CONTRIBUTORS"]
exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]
gems: [jekyll-paginate]