summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZach Brown <zeebz91@gmail.com>2015-01-17 23:38:54 -0800
committerZach Brown <zeebz91@gmail.com>2015-01-17 23:38:54 -0800
commit79b0bf36d753ff99adac3d0926b31be8e5ed11c2 (patch)
tree7561ff52f2aed3d3a6701a6c11b3c93f005f39ab /Rakefile
parent7984a87786effaed2ed6e517c899cc68204e4e6b (diff)
downloadsvg.js-79b0bf36d753ff99adac3d0926b31be8e5ed11c2.tar.gz
svg.js-79b0bf36d753ff99adac3d0926b31be8e5ed11c2.zip
Remove nested AMD/exports loader
Fixes Mismatched anonymous define() module: error in requirejs
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a312d9d..519c3b2 100755
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
SVGJS_VERSION = '1.0.1'
# all available modules in the correct loading order
-MODULES = %w[ svg selector inventor polyfill regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape symbol use rect ellipse line poly path image text textpath nested hyperlink marker sugar set data memory loader helpers ]
+MODULES = %w[ svg selector inventor polyfill regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape symbol use rect ellipse line poly path image text textpath nested hyperlink marker sugar set data memory helpers ]
# how many bytes in a "kilobyte"
KILO = 1024