Merge pull request #20 from lserafin/master

Add Solidity
This commit is contained in:
Alexandru Dima 2017-06-08 17:35:07 +02:00 committed by GitHub
commit 2586e9d789
5 changed files with 405 additions and 2 deletions

View file

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