6 Commits

Author SHA1 Message Date
MoyuScript
fa0f614ccd This fixes an exception when trying to parse gradient like: 'rgb(254, 254, 254) 0%, rgb(236, 236, 236) 100%'
Note: This does not parse the % which would be good to delineate steps correctly, just a fix for an Exception.
2011-12-07 09:53:40 +11:00
MoyuScript
4615eb3073 Improve build system: read version from version.txt, fix build without compiler
* read the version from version.txt
 * set default target to build
 * added dependencies to all targets
 * allow the build to run without a local copy of the closure compiler
 * updated license header with @VERSION@ which will be replaced during the build
 * added the license header to all files (that one will be stripped out by the closure compiler)
2011-11-16 00:36:06 +01:00
MoyuScript
708ca39057 Merge remote branch 'upstream/master' 2011-09-13 17:09:42 +03:00
MoyuScript
192521f92d Added list support 2011-09-13 17:09:33 +03:00
MoyuScript
50c92153d5 Fixed webkit-gradient regular expr 2011-09-13 09:59:12 +03:00
MoyuScript
008ad63555 Added some support for CSS gradients (by cthackers) 2011-09-12 23:50:43 +03:00