Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 711 Bytes

wintersmith-uglify

Plugin for wintersmith which:

Install:

npm install wintersmith-uglify2 -g

then add wintersmith-uglify2 to plugins in your wintersmith config

All javascripts have to reside in a directory called js outside the contents folder. in the js folder should be a file called default.ugljs with the following JSON content:

{
  "uglify": [
    "file1.js",
    "file2.js",
    ...
  ]
}

on build the plugin compresses all listed files in order with uglify and creates a single file called default.js which can be included in the HTML