wordpress
wordpress copied to clipboard
The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
The reliability of wp-languages.github.io has some times been a bit flaky. It's long term viability should be reviewed. Also check out https://github.com/Angrycreative/composer-plugin-language-update as a potential option.
It's common that Gulp handles all the assets like CSS and JS. At the moment `gulp` is run when `$SCSS_CHANGED` is `true` in `post-receive` hook. It would make sense that...
Currently WordPress itself nor the project template serves anything to `/favicon.ico` requests. This leads to some warnings and errors on sites by default:    This is not a...
The actual meaning of the option is currently to expose the Vagrant box on OS X to the local network via bridge interface: https://github.com/Seravo/wordpress/blob/54b867da64991451487fee23fbef0f41d6ffbd19/Vagrantfile#L89-L99 As we currently already always use...
From customer: > Laajemman asian selvittelyn ja kaivelun jälkeen pääsin kiinni syyhyn mistä tuo johtuu. Ongelma on lähtöisin tästä commitista: https://github.com/Seravo/wordpress/commit/c305238f050b5f0ae258a74fb2fec92db60560a8#diff-1da2c7edc898c70e5a79a9997c98cecc > Commitissa päivitetään phpdotenv versiosta 1.0.9 versioon 2.4.0, mutta...
| Item | Tool | Speedup | | ----------------------------- | ---------------------------------- | ----------------------------- | | Infrastructure | CPU, disk, web server, PHP and DNS | Overall performance | | In-memory...
Related: #96, #122
Currently we have automaticly accepted self-signed certs on Mac. It should be possible on all platforms. Here are tips related to Linux: https://leehblue.com/add-self-signed-ssl-google-chrome-ubuntu-16-04/