Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 573 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 573 Bytes

minit-yui

Adds YUI Compressor minification to the Minit WordPress plugin by Kaspars Dambis

Installation

  1. Install Minit
  2. Make sure you have java on your server
  3. Install Minit-YUI
  4. Activate Minit and Minit-YUI

How to make sure you have java on your server

Log in to your server via SSH and type: which java You should get a result like this: /usr/bin/java

How to install java on Ubuntu

Log in to your server and type: sudo apt-get install openjdk-6-jre