* Compile and optionally minify the core runtime. * * @param {!Object} options * @return {Promise }
(options)
| 131 | * @return {Promise<void>} |
| 132 | */ |
| 133 | async function compileCoreRuntime(options) { |
| 134 | await doBuildJs(jsBundles, 'amp.js', options); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Compile and optionally minify the stylesheets and the scripts for the runtime |
no test coverage detected