diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index e4140d9..e7618a0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,6 +38,7 @@ var parts = [ , 'src/pointarray.js'
, 'src/patharray.js'
, 'src/number.js'
+, 'src/HtmlNode.js'
, 'src/element.js'
, 'src/fx.js'
, 'src/matrix.js'
@@ -81,6 +82,7 @@ var parts = [ , 'src/helpers.js'
, 'src/polyfill.js'
, 'src/boxes.js'
+, 'src/parser.js'
]
gulp.task('clean', function() {
|