This commit is contained in:
d056950 2016-09-30 17:34:18 +02:00
parent 0224ec8e0e
commit f4d3d312db
6 changed files with 354 additions and 1 deletions

View file

@ -73,7 +73,8 @@ gulp.task('release', ['clean-release','compile'], function() {
bundleOne('src/sql'),
bundleOne('src/swift'),
bundleOne('src/vb'),
bundleOne('src/xml')
bundleOne('src/xml'),
bundleOne('src/yaml')
)
.pipe(uglify({
preserveComments: 'some'