-
Notifications
You must be signed in to change notification settings - Fork 82
Home
Sam Thorogood edited this page Jul 14, 2016
·
1 revision
Instructions on building pwacompat.min.js
.
This process will be replaced with a proper NPM step, Real Soon Now(TM).
- Merge with
browserify
$ browserify pwacompat.js > tmp.js
- Compile intermediate code with Closure Compiler.
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @output_file_name pwacompat.min.js
// ==/ClosureCompiler==
// code here
- Save and commit as
pwacompat.min.js