README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. These are "less" files that compile into the CSS of claro.
  2. ---------
  3. Installing and running on Windows:
  4. 1. Install node:
  5. a) Go to https://github.com/ajaxorg/node-builds, press download button, and select "download zip"
  6. b) unzip the file into C:\
  7. 2. Add node environment variables:
  8. a) open Control Panel --> click System icon --> select Advanced tab --> click Environment variables button
  9. b) press "edit" on path
  10. c) depending on what directory you unzipped to and the exact filenames, you will add something like
  11. ;C:\ajaxorg-node-builds-0fcee7d\win32
  12. 4. To compile all the files:
  13. C:\> cd C:\myworkspace\dijit\themes\claro
  14. C:\> node compile.js
  15. --------
  16. To install/run less version 2 on mac:
  17. 1. Install Node.js
  18. Download a built copy from https://github.com/ajaxorg/node-builds.
  19. Alternately, go to http://nodejs.org/#download (./configure, make, make install).
  20. 2. Edit .bash_profile etc. to add node to your path
  21. export PATH=$PATH:/opt/less/bin
  22. To compile all the files:
  23. $ cd dijit/themes/claro
  24. $ node compile.js
  25. -----
  26. See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.