summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-19 13:22:07 +0100
committerwout <wout@impinc.co.uk>2012-12-19 13:22:07 +0100
commitdab421143cf719370cb3739d07e3e411d555cf3c (patch)
tree2ca44dc3130c2bd9da15465a5e46b01adf2f7061 /Rakefile
parent877c953761e9118753a593ec1ebeb1d523aecb5b (diff)
downloadsvg.js-dab421143cf719370cb3739d07e3e411d555cf3c.tar.gz
svg.js-dab421143cf719370cb3739d07e3e411d555cf3c.zip
Updated Readme
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5d3dc72..493430c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
SVGJS_VERSION = '0.1a'
# all available modules in the correct loading order
-ALL = %w[ svg container element arrange clip doc defs shape rect circle ellipse path image group sugar ]
+ALL = %w[ svg container element group arrange clip doc defs shape rect circle ellipse path image sugar ]
# required modules to make the library operational
CORE = %w[ circle container defs doc element ellipse image path rect shape svg ]