summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 5b511ef..5883790 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -40,7 +40,6 @@ var parts = [
'src/number.js',
'src/HtmlNode.js',
'src/element.js',
- 'src/fx.js',
'src/matrix.js',
'src/point.js',
'src/attr.js',
@@ -81,7 +80,8 @@ var parts = [
'src/helpers.js',
'src/polyfill.js',
'src/boxes.js',
- 'src/parser.js'
+ 'src/parser.js',
+ 'src/animator.js',
]
gulp.task('clean', function () {