spanezz / staticsite

Static site generator
GNU General Public License v3.0
45 stars 7 forks source link

Features without RUN_AFTER and RUN_BEFORE are ignored #26

Closed spanezz closed 4 years ago

spanezz commented 4 years ago

(from a conversation with @DonKult)

If a Features has neither RUN_AFTER nor RUN_BEFORE it doesn't run at all. Same if it has but non of the mentioned features exist. The doc says nothing about this. Perhaps add an implicit _end dependency to everything?