Downloads:
8,746
Downloads of v 2.21.1:
28
Last Update:
25 Oct 2024
Package Maintainer(s):
Software Author(s):
- Taco de Wolff
Tags:
html css js xml svg json cross-platform cli foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Minify
- 1
- 2
- 3
2.21.1 | Updated: 25 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,746
Downloads of v 2.21.1:
28
Maintainer(s):
Software Author(s):
- Taco de Wolff
Minify 2.21.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Taco de Wolff. The inclusion of Taco de Wolff trademark(s), if any, upon this webpage is solely to identify Taco de Wolff goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Minify, run the following command from the command line or from PowerShell:
To upgrade Minify, run the following command from the command line or from PowerShell:
To uninstall Minify, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download minify --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade minify -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade minify -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install minify
win_chocolatey:
name: minify
version: '2.21.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'minify' do
action :install
source 'INTERNAL REPO URL'
version '2.21.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller minify
{
Name = "minify"
Version = "2.21.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'minify':
ensure => '2.21.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Windos on 29 Oct 2024.
Minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier. Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the internet and possibly parsing. The implemented minifiers are designed for high performance.
Copyright (c) 2015 Taco de Wolff
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x64: https://github.com/tdewolff/minify/releases/download/v2.21.1/minify_windows_amd64.zip
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 412253136AAE3DE41CC1E7C02F27F3882C7CC034423FC13DE976285D6E5D62E5
File 'license.txt' is obtained from:
https://github.com/tdewolff/minify/blob/master/LICENSE
md5: 80B5D558D98196174F6E3BA4BC6BE35C | sha1: 98D86105B2DD1D8A3BA987DB19D8A61050B08DC1 | sha256: 412253136AAE3DE41CC1E7C02F27F3882C7CC034423FC13DE976285D6E5D62E5 | sha512: 1F76524561DDB32A45170BBFAA43B956DAA7D1FCD72A6FA390E4DBBB40A9A43A0FB8853665DF470D4441780D9271F243E05B0E37D9D57111CBF1C5C9F2DE38FA
Log in or click on link to see number of positives.
- minify.2.21.1.nupkg (45ca3aaeeac0) - ## / 68
- minify_windows_amd64.zip (412253136aae) - ## / 69
- minify.exe (f1bd4ccf829d) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Minify 2.21.1 | 28 | Friday, October 25, 2024 | Approved | |
Minify 2.21.0 | 27 | Saturday, October 12, 2024 | Approved | |
Minify 2.20.37 | 51 | Thursday, July 11, 2024 | Approved | |
Minify 2.20.36 | 20 | Tuesday, July 9, 2024 | Approved | |
Minify 2.20.35 | 16 | Wednesday, July 3, 2024 | Approved | |
Minify 2.20.34 | 43 | Wednesday, June 12, 2024 | Approved | |
Minify 2.20.33 | 14 | Saturday, June 8, 2024 | Approved | |
Minify 2.20.31 | 50 | Friday, May 24, 2024 | Approved | |
Minify 2.20.30 | 19 | Thursday, May 23, 2024 | Approved | |
Minify 2.20.25 | 27 | Wednesday, May 22, 2024 | Approved | |
Minify 2.20.24 | 27 | Saturday, May 18, 2024 | Approved | |
Minify 2.20.23 | 26 | Thursday, May 16, 2024 | Approved | |
Minify 2.20.21 | 38 | Monday, May 13, 2024 | Approved | |
Minify 2.20.20 | 41 | Thursday, April 25, 2024 | Approved | |
Minify 2.20.19 | 43 | Tuesday, March 12, 2024 | Approved | |
Minify 2.20.18 | 37 | Saturday, February 24, 2024 | Approved | |
Minify 2.20.17 | 36 | Saturday, February 17, 2024 | Approved | |
Minify 2.20.9 | 478 | Sunday, December 3, 2023 | Approved | |
Minify 2.20.8 | 27 | Thursday, November 30, 2023 | Approved | |
Minify 2.20.7 | 57 | Friday, November 17, 2023 | Approved | |
Minify 2.20.6 | 156 | Thursday, November 2, 2023 | Approved | |
Minify 2.20.5 | 45 | Wednesday, November 1, 2023 | Approved | |
Minify 2.20.4 | 45 | Tuesday, October 31, 2023 | Approved | |
Minify 2.20.0 | 46 | Saturday, October 28, 2023 | Approved | |
Minify 2.19.10 | 91 | Saturday, October 21, 2023 | Approved | |
Minify 2.12.8 | 430 | Tuesday, August 1, 2023 | Approved | |
Minify 2.12.7 | 804 | Tuesday, June 20, 2023 | Approved | |
Minify 2.12.6 | 490 | Saturday, May 27, 2023 | Approved | |
Minify 2.12.5 | 216 | Friday, March 17, 2023 | Approved | |
Minify 2.12.4 | 294 | Tuesday, October 4, 2022 | Approved | |
Minify 2.12.2 | 95 | Sunday, September 25, 2022 | Approved | |
Minify 2.12.1 | 93 | Wednesday, August 31, 2022 | Approved | |
Minify 2.12.0 | 213 | Monday, July 11, 2022 | Approved | |
Minify 2.11.12 | 280 | Thursday, July 7, 2022 | Approved | |
Minify 2.11.11 | 101 | Thursday, June 23, 2022 | Approved | |
Minify 2.11.10 | 83 | Wednesday, June 15, 2022 | Approved | |
Minify 2.11.9 | 90 | Sunday, June 5, 2022 | Approved | |
Minify 2.11.8 | 89 | Saturday, June 4, 2022 | Approved | |
Minify 2.11.7 | 82 | Tuesday, May 31, 2022 | Approved | |
Minify 2.11.5 | 79 | Tuesday, May 24, 2022 | Approved | |
Minify 2.11.4 | 71 | Monday, May 23, 2022 | Approved | |
Minify 2.11.2 | 99 | Wednesday, April 27, 2022 | Approved | |
Minify 2.11.1 | 97 | Saturday, April 9, 2022 | Approved | |
Minify 2.10.0 | 507 | Friday, January 28, 2022 | Approved | |
Minify 2.9.29 | 94 | Friday, January 21, 2022 | Approved | |
Minify 2.9.28 | 89 | Friday, January 14, 2022 | Approved | |
Minify 2.9.27 | 85 | Wednesday, January 5, 2022 | Approved | |
Minify 2.9.26 | 70 | Thursday, December 30, 2021 | Approved | |
Minify 2.9.24 | 98 | Wednesday, December 15, 2021 | Approved | |
Minify 2.9.23 | 88 | Tuesday, December 14, 2021 | Approved | |
Minify 2.9.22 | 204 | Sunday, September 12, 2021 | Approved | |
Minify 2.9.21 | 185 | Tuesday, August 3, 2021 | Approved | |
Minify 2.9.20 | 503 | Wednesday, July 28, 2021 | Approved | |
Minify 2.9.19 | 107 | Wednesday, July 7, 2021 | Approved | |
Minify 2.9.18 | 139 | Thursday, June 24, 2021 | Approved | |
Minify 2.9.17 | 134 | Wednesday, May 26, 2021 | Approved | |
Minify 2.9.16 | 181 | Tuesday, April 13, 2021 | Approved | |
Minify 2.9.15 | 131 | Tuesday, March 16, 2021 | Approved | |
Minify 2.9.13 | 172 | Tuesday, February 16, 2021 | Approved | |
Minify 2.9.12 | 131 | Monday, February 8, 2021 | Approved | |
Minify 2.9.11 | 140 | Wednesday, January 20, 2021 | Approved | |
Minify 2.9.10 | 171 | Saturday, October 24, 2020 | Approved | |
Minify 2.9.9 | 113 | Saturday, October 17, 2020 | Approved | |
Minify 2.9.7 | 107 | Sunday, October 11, 2020 | Approved |
Taco de Wolff and contributors
This package has no dependencies.
Ground Rules:
- This discussion is only about Minify and the Minify package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Minify, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.