diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-10 14:57:00 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-10 14:57:00 +0100 |
commit | 3409a2150705f679238300c56c05ea144e9ad7bd (patch) | |
tree | fbe8d57ca2ba41f46ae99b4f23a8193990205300 /gulpfile.js | |
parent | c4d93783496e9a3e67c157d63c4a94dc654120bf (diff) | |
download | svg.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.js | 2 |
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'
|