aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-10 14:57:00 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-10 14:57:00 +0100
commit3409a2150705f679238300c56c05ea144e9ad7bd (patch)
treefbe8d57ca2ba41f46ae99b4f23a8193990205300 /gulpfile.js
parentc4d93783496e9a3e67c157d63c4a94dc654120bf (diff)
downloadsvg.js-3409a2150705f679238300c56c05ea144e9ad7bd.tar.gz
svg.js-3409a2150705f679238300c56c05ea144e9ad7bd.zip
update specs, fix mistakes, include flatten.js to dist
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 1ea682f..368ef85 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -47,7 +47,7 @@ var parts = [
, 'src/transform.js'
, 'src/style.js'
, 'src/parent.js'
-, 'src/ungroup.js'
+, 'src/flatten.js'
, 'src/container.js'
, 'src/viewbox.js'
, 'src/event.js'