Added support for LESS (http://lesscss.org) using a patched Rhino build
This commit is contained in:
parent
a94d061ce6
commit
770b2d0717
3 changed files with 3255 additions and 1 deletions
3234
code/Global/5.less-rhino-1.3.0-patched.js
Normal file
3234
code/Global/5.less-rhino-1.3.0-patched.js
Normal file
File diff suppressed because it is too large
Load diff
|
@ -26,7 +26,7 @@
|
|||
/**
|
||||
* @fileOverview Defines global variables and functions.
|
||||
*/
|
||||
|
||||
|
||||
app.addRepository(app.dir + "/../lib/rome-1.0.jar");
|
||||
app.addRepository(app.dir + "/../lib/jdom.jar");
|
||||
app.addRepository(app.dir + "/../lib/itunes-0.4.jar");
|
||||
|
@ -149,6 +149,9 @@ var idle = new Function;
|
|||
/** */
|
||||
var html = new helma.Html();
|
||||
|
||||
/** */
|
||||
var lessParser = new less.Parser();
|
||||
|
||||
/** */
|
||||
var rome = new JavaImporter(
|
||||
Packages.com.sun.syndication.io,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue