31dc7c0ac9c2dd237592b9ef10f6c2b313b695d0
[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         * Description: A dynamic CSS language compiler based on node.js
5         * Mods
6                 * Support rem unit (build-tools/lib/less/parser.js)
7         * License: Apache License Version 2.0 (build-tools/lib/less/LICENSE)
8
9 * UglifyJS (https://github.com/mishoo/UglifyJS)
10         * Description: A javascript code compressor/uglifier based on node.js
11         * Mods
12                 * Add relative lib directory to work with UglifyJS libs (build-tools/bin/uglifyjs)
13                 * Change lib directory structure: lib/ to lib/uglifyjs/ (build-tools/bin/uglifyjs, build-tools/lib/uglify-js)
14         * License: BSD License (build-tools/lib/uglifyjs/LICENSE)
15
16 * node-jslint (http://github.com/reid/node-jslint)
17         * Version: 3/2/2012 Update (node-jslint: 0.1.6)
18         * Description: The JavaScript Code Quality Tool for Node.js
19         * Mods
20                 * Change lib directory structure: lib/ to lib/jslint/ (build-tools/bin/jslint, build-tools/lib/jslint)
21         * License
22                 * node-jslint: BSD License (build-tools/lib/jslint/LICENSE)
23                 * jslint: Customized MIT License (build-tools/lib/jslint/jslint.js)
24                 * nopt, abbrev: MIT License (build-tools/lib/jslint/nopt/LICENSE)