Skip to content
Sam Thorogood edited this page Jul 14, 2016 · 1 revision

Instructions on building pwacompat.min.js.

Release

This process will be replaced with a proper NPM step, Real Soon Now(TM).

  1. Merge with browserify
$ browserify pwacompat.js > tmp.js
  1. Compile intermediate code with Closure Compiler.
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @output_file_name pwacompat.min.js
// ==/ClosureCompiler==

// code here
  1. Save and commit as pwacompat.min.js
Clone this wiki locally