tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

[2.0] Refactor File entity #284

Closed carbontwelve closed 6 years ago

carbontwelve commented 6 years ago

The File entity has grown in complexity and likely requires a spring clean.

carbontwelve commented 6 years ago

The File entity is being replaced with a new ProjectFile entity; this requires a lot of refactoring.

carbontwelve commented 6 years ago

This has been partly completed by 2ccf28b. Opening a new issue to expand upon this one.