library jqueryui-theme-modifier
jQuery UI theme modifier
acirtautas/jqueryui-theme-modifier
jQuery UI theme modifier
- Wednesday, July 15, 2015
- by acirtautas
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
jQuery UI theme modifier for Composer
Simple tool to modify jQuery UI theme constants in Composer., (*1)
Installation / Usage
-
Download the composer.phar
executable or use the installer., (*2)
sh
$ curl -sS https://getcomposer.org/installer | php
, (*3)
-
Create a composer.json defining your dependencies., (*4)
json
{
"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"
]
}
}
, (*5)
-
Run Composer: php composer.phar install
, (*6)
dev-master
9999999-dev
jQuery UI theme modifier
Sources
Download
MIT
by
Alfonsas Cirtautas