added support for Small Basic

This commit is contained in:
marlenecota 2017-07-29 21:03:23 -07:00
parent fbdcb70601
commit 70ffd3f0c2
5 changed files with 379 additions and 1 deletions

View file

@ -76,7 +76,8 @@ gulp.task('release', ['clean-release','compile'], function() {
bundleOne('src/vb'),
bundleOne('src/xml'),
bundleOne('src/yaml'),
bundleOne('src/solidity')
bundleOne('src/solidity'),
bundleOne('src/sb')
)
.pipe(uglify({
output: {