summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 368ef85..08ba58f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -40,7 +40,6 @@ var parts = [
, 'src/number.js'
, 'src/element.js'
, 'src/fx.js'
-, 'src/boxes.js'
, 'src/matrix.js'
, 'src/point.js'
, 'src/attr.js'
@@ -49,7 +48,6 @@ var parts = [
, 'src/parent.js'
, 'src/flatten.js'
, 'src/container.js'
-, 'src/viewbox.js'
, 'src/event.js'
, 'src/defs.js'
, 'src/group.js'
@@ -82,6 +80,7 @@ var parts = [
, 'src/selector.js'
, 'src/helpers.js'
, 'src/polyfill.js'
+, 'src/boxes.js'
]
gulp.task('clean', function() {