Slider: Popup slider issue has been fixed ( N_SE-36430 )
[platform/framework/web/web-ui-fw.git] / build-tools / README.txt
1 Tizen Web UI Framework includes following tools used on build;
2
3 * less (http://lesscss.org)
4         * Version: 1.3.3
5         * Description: A dynamic CSS language compiler based on node.js
6         * Mods
7                 * Support rem unit (build-tools/lib/less/parser.js)
8         * License: Apache License Version 2.0 (build-tools/lib/less/LICENSE)
9
10 * UglifyJS (https://github.com/mishoo/UglifyJS)
11         * Description: A javascript code compressor/uglifier based on node.js
12         * Mods
13                 * Add relative lib directory to work with UglifyJS libs (build-tools/bin/uglifyjs)
14                 * Change lib directory structure: lib/ to lib/uglifyjs/ (build-tools/bin/uglifyjs, build-tools/lib/uglify-js)
15         * License: BSD License (build-tools/lib/uglifyjs/LICENSE)
16
17 * node-jslint (http://github.com/reid/node-jslint)
18         * Version: 3/2/2012 Update (node-jslint: 0.1.6)
19         * Description: The JavaScript Code Quality Tool for Node.js
20         * Mods
21                 * Change lib directory structure: lib/ to lib/jslint/ (build-tools/bin/jslint, build-tools/lib/jslint)
22         * License
23                 * node-jslint: BSD License (build-tools/lib/jslint/LICENSE)
24                 * jslint: Customized MIT License (build-tools/lib/jslint/jslint.js)
25                 * nopt, abbrev: MIT License (build-tools/lib/jslint/nopt/LICENSE)
26
27 * clean-css (http://github.com/GoalSmashers/clean-css)
28         * Version: 0.4.0
29         * Description: A CSS code minifier
30         * Mods
31                 * Fix local library path and name
32         * License
33                 * MIT license (build-tools/lib/cleancss/LICENSE)
34
35 * optimist (http://github.com/substack/node-optimist)
36         * Version: 0.3.4
37         * Description: A node.js command-line option parser libraryr, used by clean-css.
38         * License
39                 * MIT/X11 license (build-tools/lib/optimist/LICENSE)
40
41 * wordwrap (http://github.com/substack/node-wordwrap)
42         * Version: b026541 (Released at Apr. 30 2012)
43         * Description: Word-wrapping library, used by optimist.
44         * License
45                 * MIT license (build-tools/lib/wordwrap/LICENSE)