
This WordPress plugin allows you to:
- Edit global CSS on the back-end or fron-end (in real-time).
- Edit global JavaScript file using the back-end.
- JavaScript and CSS assets both utilize post-type revisions for version control.
- Both asset types may be exported/imported using the native WordPress tools.
- Dependencies can be included ( jQuery, Backbone, etc ).
Visit on WordPress.org: http://wordpress.org/plugins/wp-amd/
Screenshots

Advanced Features
- Create static cached versions of assets.
- Configure custom rewrite URLs at which the assets will be served.
- Plugin can be loaded as a WordPress plugin or as a Composer module (dependency).
To Do
- Add Screen Options to Script Editor page.
- Add Settings -> Assets options page.
- ...
PHPUnit Tests
To run tests:
- Copy test/php/wp-test-config-sample.php to root directory.
- Rename file to wp-test-config.php
- Setup required constants in config file.
- Run 'npm install' in command line ( be sure node.js is installed, more details: http://nodejs.org/ )
- Run 'grunt test' or 'grunt phpunit' in command line.