This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Build: Adopt UI download builder #8066
Open
Description
- Gruntfile.js should be grabbing the version from
<%= pkg.version %>
instead - onBuildWrite() needs to look for
@VERSION
, not__version__
- onBuildWrite() needs to remove the
( function( factory ) { if ( typeof define ...
boilerplate, and construct an IIFE using the factory itself. This can be accomplished with esprima.