diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 65ef6cc..203dcd1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,7 +80,6 @@ var parts = [ , 'src/memory.js'
, 'src/selector.js'
, 'src/helpers.js'
-, 'src/makepathsmorphable.js'
, 'src/polyfill.js'
]
@@ -123,4 +122,4 @@ gulp.task('minify', ['unify'], function() { })
-gulp.task('default', ['clean', 'unify', 'minify'])
+gulp.task('default', ['clean', 'unify', 'minify'])
\ No newline at end of file |