]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/themes/claro/README
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / themes / claro / README
index 5ef4714adff8503bb2256d98e808ee9f675951e7..3b4b4aa4ec515a225d9bfd7b57651f0b9095be2c 100644 (file)
@@ -7,22 +7,13 @@ Installing and running on Windows:
     a) Go to https://github.com/ajaxorg/node-builds, press download button, and select "download zip"
     b) unzip the file into C:\
 
-2. Install less:
-
-       a) Go to https://github.com/cloudhead/less.js/archives/master, press download button, and select "download zip"
-       b) unzip the file into C:\
-
-2. Add node and lessc environment variables:
+2. Add node environment variables:
 
     a) open Control Panel --> click System icon --> select Advanced tab --> click Environment variables button
     b) press "edit" on path
     c) depending on what directory you unzipped to and the exact filenames, you will add something like
 
-       ;C:\ajaxorg-node-builds-0fcee7d\win32;C:\cloudhead-less.js-7fb09f\bin
-       
-       d) add new environment variable NODE_PATH with value like this (depending on exact download name):
-
-               C:\cloudhead-less.js-7fb09f\lib
+       ;C:\ajaxorg-node-builds-0fcee7d\win32
 
 4. To compile all the files:
 
@@ -34,31 +25,17 @@ To install/run less version 2 on mac:
 
 1. Install Node.js
        Download a built copy from https://github.com/ajaxorg/node-builds.
-       Alternately, o to http://nodejs.org/#download   (./configure, make, make install).
+       Alternately, go to http://nodejs.org/#download   (./configure, make, make install).
        
-2. Download less from https://github.com/cloudhead/less.js/archives/master
-
-3. Edit .bash_profile etc. to add node to your path, and lessc to NODE_PATH:
+2. Edit .bash_profile etc. to add node to your path
 
        export PATH=$PATH:/opt/less/bin
-       export NODE_PATH=$NODE_PATH:/opt/less/lib
 
 To compile all the files:
 
   $ cd dijit/themes/claro
   $ node compile.js
 
-
--------
-Alternately, you can install less version 1, but I'd rather not use it for checked in files
-since it breaks a part a lot of rules into multiple rules, causing spurious diffs.
-
-To install on a mac:
-  $ sudo gem install less
-  
-On Windows or Linux, make sure you have ruby and ruby-gems installed first.
-If you need help installing ruby please check out ruby-lang.org for more details.
-
 -----
 
 See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.