Skip to content

dustyneuron/jqui-themer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

jqui-themer

An unofficial jQuery UI theme generator

Aiming to be able to build themes for the development version of jQuery UI

Current Progress (still a WIP):

Generates custom theme css file from a http://jqueryui.com/themeroller/ query string. Only generates the standard themes as no image generator yet.

Supports custom-scoped CSS output.

Usage

Requires node.js (developed using 0.4.11)

node src/build-themes.js [--version version] [--scope scope] [--outdir output-dir]

This builds all the standard themes, and puts them in output-dir (current dir by default).

With node in your path, use directly, e.g.:

src/build-themes.js --version 1.8.16 --scope .my-class --outdir /tmp/foobar/

License

Dual-licensed, choose MIT or GPLv2, for compatibility with jQuery UI.

About

An unofficial jQuery UI theme generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published