ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:
https://ballercat.github.io/walt/
MIT License
4.64k stars 122 forks source link

Initial submission to provide Production build support for Walt-explorer #170

Closed randy7d0 closed 6 years ago

randy7d0 commented 6 years ago

This submission supports "Production" build mode, in addition to, existing "Development" build. It essentially addresses the requirement of the following story to some extent:

https://github.com/ballercat/walt/issues/128

To execute production build, "build:prod" mode has been added to package.json (in ~/packages/walt-docs/) It reduces output JS file, explorer.js, by about 50% Following testings have been performed for this submission:

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 220


Totals Coverage Status
Change from base Build 212: 0.0%
Covered Lines: 1923
Relevant Lines: 1923

💛 - Coveralls