stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Ignore underscore folders inside of themes #87

Closed allejo closed 5 years ago

allejo commented 5 years ago

Summary

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed issues Fixes #85

Description

Underscore folders are not ignored when inside of theme folders because of the way the main regex ignores the _themes folder to allow copying over assets from a theme. This PR adds a new regex for ignoring underscore folders inside of active theme.

This also adds unit tests for the FileExplorer class since I thought I was going to be making changes to it but nope. They're still nice to have.

Check List