Skip to content

A PowerShell script to minify typical website-projects with html, CSS and JavaScript-files.

License

Notifications You must be signed in to change notification settings

tom-engel/website-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minify.ps1

A PowerShell script to minify typical website-projects with html, CSS and JavaScript-files.

Used compressors

Usage

Download minify.ps1 and the compressors listed above. Put the script into your project folder. Specify the paths to html, CSS and JavaScript-files in the script (Section # Variables).

Parameters

  • -html for html-files
  • -css for CSS-files
  • -js for JavaScript-files
  • No parameters for all

About

A PowerShell script to minify typical website-projects with html, CSS and JavaScript-files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published