]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/themes/claro/README
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / themes / claro / README
CommitLineData
81bea17a
AD
1These are "less" files that compile into the CSS of claro.
2
3---------
4Installing and running on Windows:
5
61. Install node:
7 a) Go to https://github.com/ajaxorg/node-builds, press download button, and select "download zip"
8 b) unzip the file into C:\
9
1354d172 102. Add node environment variables:
81bea17a
AD
11
12 a) open Control Panel --> click System icon --> select Advanced tab --> click Environment variables button
13 b) press "edit" on path
14 c) depending on what directory you unzipped to and the exact filenames, you will add something like
15
1354d172 16 ;C:\ajaxorg-node-builds-0fcee7d\win32
81bea17a
AD
17
184. To compile all the files:
19
20 C:\> cd C:\myworkspace\dijit\themes\claro
21 C:\> node compile.js
22
23--------
24To install/run less version 2 on mac:
25
261. Install Node.js
27 Download a built copy from https://github.com/ajaxorg/node-builds.
1354d172 28 Alternately, go to http://nodejs.org/#download (./configure, make, make install).
81bea17a 29
1354d172 302. Edit .bash_profile etc. to add node to your path
81bea17a
AD
31
32 export PATH=$PATH:/opt/less/bin
81bea17a
AD
33
34To compile all the files:
35
36 $ cd dijit/themes/claro
37 $ node compile.js
38
81bea17a
AD
39-----
40
41See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.