php-reports
php-reports copied to clipboard
Introduce a build system
Composer is great, but the vendor folder is a really big mess. Unit tests, test data, etc. - too much of everything.
It would be beneficial to introduce a build system for the project, so we can produce a cleaner, easier to deploy packages. Main goals:
- clean up vendor folder without actually crippling the project
- introduce PHPUnit and a CI server
- optimize (minimize) JavaScript files for production purposes
- introduce DEB and RPM build capabilities
Hi, Can you please send me the vendor folder. I could not install it right! Thank you!