You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
14 years ago | |
|---|---|---|
| .. | ||
| form | 14 years ago | |
| images | 14 years ago | |
| layout | 14 years ago | |
| Calendar.css | 14 years ago | |
| Calendar.less | 14 years ago | |
| Calendar_rtl.css | 14 years ago | |
| Calendar_rtl.less | 14 years ago | |
| ColorPalette.css | 14 years ago | |
| ColorPalette.less | 14 years ago | |
| Common.css | 14 years ago | |
| Common.less | 14 years ago | |
| Dialog.css | 14 years ago | |
| Dialog.less | 14 years ago | |
| Dialog_rtl.css | 14 years ago | |
| Dialog_rtl.less | 14 years ago | |
| Editor.css | 14 years ago | |
| Editor.less | 14 years ago | |
| Editor_rtl.css | 14 years ago | |
| Editor_rtl.less | 14 years ago | |
| InlineEditBox.css | 14 years ago | |
| InlineEditBox.less | 14 years ago | |
| Menu.css | 14 years ago | |
| Menu.less | 14 years ago | |
| Menu_rtl.css | 14 years ago | |
| Menu_rtl.less | 14 years ago | |
| ProgressBar.css | 14 years ago | |
| ProgressBar.less | 14 years ago | |
| README | 14 years ago | |
| TimePicker.css | 14 years ago | |
| TimePicker.less | 14 years ago | |
| TimePicker_rtl.css | 14 years ago | |
| TimePicker_rtl.less | 14 years ago | |
| TitlePane.css | 14 years ago | |
| TitlePane.less | 14 years ago | |
| TitlePane_rtl.css | 14 years ago | |
| TitlePane_rtl.less | 14 years ago | |
| Toolbar.css | 14 years ago | |
| Toolbar.less | 14 years ago | |
| Toolbar_rtl.css | 14 years ago | |
| Toolbar_rtl.less | 14 years ago | |
| Tree.css | 14 years ago | |
| Tree.less | 14 years ago | |
| claro.css | 14 years ago | |
| claro_rtl.css | 14 years ago | |
| compile.js | 14 years ago | |
| document.css | 14 years ago | |
| document.less | 14 years ago | |
| variables.less | 14 years ago | |
README
These are "less" files that compile into the CSS of claro.
---------
Installing and running on Windows:
1. Install node:
a) Go to https://github.com/ajaxorg/node-builds, press download button, and select "download zip"
b) unzip the file into C:\
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
4. To compile all the files:
C:\> cd C:\myworkspace\dijit\themes\claro
C:\> node compile.js
--------
To install/run less version 2 on mac:
1. Install Node.js
Download a built copy from https://github.com/ajaxorg/node-builds.
Alternately, go to http://nodejs.org/#download (./configure, make, make install).
2. Edit .bash_profile etc. to add node to your path
export PATH=$PATH:/opt/less/bin
To compile all the files:
$ cd dijit/themes/claro
$ node compile.js
-----
See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.