2017 © Pedro Peláez
 

library jqueryui-theme-modifier

jQuery UI theme modifier

image

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

The README.md

jQuery UI theme modifier for Composer

Simple tool to modify jQuery UI theme constants in Composer., (*1)

Installation / Usage

  1. Download the composer.phar executable or use the installer., (*2)

    sh $ curl -sS https://getcomposer.org/installer | php, (*3)

  2. 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)

  3. Run Composer: php composer.phar install, (*6)

The Versions

15/07 2015

dev-master

9999999-dev

jQuery UI theme modifier

  Sources   Download

MIT

by Alfonsas Cirtautas