acirtautas / jqueryui-theme-modifier
This package is abandoned and no longer maintained.
No replacement package was suggested.
jQuery UI theme modifier
Package info
github.com/acirtautas/jqueryui-theme-modifier
pkg:composer/acirtautas/jqueryui-theme-modifier
dev-master
2015-07-15 20:58 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-02 18:04:33 UTC
README
Simple tool to modify jQuery UI theme constants in Composer.
Installation / Usage
-
Download the
composer.pharexecutable or use the installer.$ curl -sS https://getcomposer.org/installer | php -
Create a composer.json defining your dependencies.
{ "require": { "acirtautas/jqueryui-theme-modifier": "dev-master" }, "config": { "jqueryui-theme-dir": "components/jquery-ui/themes/base", "jqueryui-theme-modify": { "cornerRadius":"6px" } }, "scripts": { "post-update-cmd": [ "modifier::modify" ], "post-install-cmd": [ "modifier::modify" ] } } -
Run Composer:
php composer.phar install