Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futtta/autoptimize
Official Autoptimize repo on Github
https://github.com/futtta/autoptimize
concatenate css-optimizer minify optimization optimize-js performance wordpress wordpress-plugin
Last synced: 10 days ago
JSON representation
Official Autoptimize repo on Github
- Host: GitHub
- URL: https://github.com/futtta/autoptimize
- Owner: futtta
- License: gpl-2.0
- Created: 2014-10-10T20:36:38.000Z (about 10 years ago)
- Default Branch: beta
- Last Pushed: 2024-08-22T19:11:52.000Z (3 months ago)
- Last Synced: 2024-08-22T21:29:11.423Z (3 months ago)
- Topics: concatenate, css-optimizer, minify, optimization, optimize-js, performance, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://autoptimize.com/pro/
- Size: 3.36 MB
- Stars: 283
- Watchers: 32
- Forks: 89
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
Autoptimize
===========The [official Autoptimize repo on GitHub can be found here](https://github.com/futtta/autoptimize/).
## Installing/running the tests
* Install wp test suite by running `bin/install-wp-tests.sh`
* Run `composer install`
* Now you should be able to run either `composer test` or `phpunit`Have a read through `tests/test-ao.php` and `tests/bootstrap.php` if you'd like to know more.
Ideally, this should be switched to a more modern setup using https://github.com/Brain-WP/BrainMonkey -- once the AO codebase allows for easier testing. One day, maybe.