-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminify-options.json
8 lines (8 loc) · 959 Bytes
/
minify-options.json
1
2
3
4
5
6
7
8
{
"mangle": true,
"compress": true,
"output": {
"beautify": false,
"preamble": "\/* ---------------------------------------------------------------------+\r\n| _ __ _ _ _ _ |\r\n| | | ___ \/ _| |_(_) | | |\r\n| | |\/ _ \\ |_| __| | | | |\r\n| | | __\/ _| |_| | | | |\r\n| |_|\\___|_| \\__|_|_|_| https:\/\/github.com\/thx2001r\/leftill |\r\n| |\r\n+-----------------------------------------------------------------------+\r\n| Copyright (c) 2024 Joseph Reiter |\r\n| https:\/\/github.com\/thx2001r\/leftill\/blob\/master\/LICENSE |\r\n+--------------------------------------------------------------------- *\/\r\n"
}
}