add config files
This commit is contained in:
parent
2333e3b581
commit
2c3eeb7fc1
26 changed files with 2284 additions and 1 deletions
15
config/polymer-squasher.json
Normal file
15
config/polymer-squasher.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"log-packsquash": true,
|
||||
"log-hash-mismatch": false,
|
||||
"force-size-based-hash": false,
|
||||
"cleanup": false,
|
||||
"ignore-hash-paths": [
|
||||
"polymer-credits.txt"
|
||||
],
|
||||
"packsquash-path": "polymer/packsquash",
|
||||
"packsquash-toml-path": "polymer/packsquash.toml",
|
||||
"hash-file-path": "polymer/hashes.json",
|
||||
"resource-pack-directory": "polymer/pack",
|
||||
"minified-zip-path": "polymer/resource_pack.min.zip"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue