Add Solidity

This commit is contained in:
Luzian Serafin 2017-06-02 22:58:13 +02:00
parent eb82671c37
commit 6053795334
5 changed files with 405 additions and 2 deletions

View file

@ -74,7 +74,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'