pageon / stitcher-core

High performance, static websites for PHP developers
MIT License
147 stars 6 forks source link

Remove environment parameter #23

Closed brendt closed 6 years ago

brendt commented 7 years ago

The environment parameter is used in:

This parameter should not be configurable from within user config. But it should be changeable for testing in HeaderCompilerFactoryTest.

A better solution must be found.

brendt commented 6 years ago

This issue will be fixed when supporting .env, see #24