mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-05-06 08:16:05 -04:00
complete website code
This commit is contained in:
commit
c87ed1814a
238 changed files with 23025 additions and 0 deletions
5
js/build/pack.js
Normal file
5
js/build/pack.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
load("build/ParseMaster.js", "build/packer.js", "build/writeFile.js");
|
||||
|
||||
var out = readFile( arguments[0] );
|
||||
|
||||
writeFile( arguments[1], pack( out, 62, true, false ) );
|
Loading…
Add table
Add a link
Reference in a new issue