Enilsson9/weathery

View on GitHub
.anax/scaffold/postprocess.d/299_anax_anax-flat.bash

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
#
# anax/anax-flat
#

# Add content/.
rsync -a vendor/anax/anax-flat/content ./

# Get routes defined.
rsync -a vendor/anax/anax-flat/config/router config/

# Remove unused routes
rm -f config/router/000_application.php