ab_htmlmin/README.md

35 regels
997 B
Markdown

2014-07-22 08:05:00 +02:00
HTML minify
=============================
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Installation
------------
2014-10-29 09:30:49 +01:00
1. [download zip](https://github.com/alfredbez/ab_htmlmin/archive/master.zip) and extract zip
2014-10-29 09:46:13 +01:00
* OR
* download using git clone ```git clone https://github.com/alfredbez/ab_htmlmin.git```
2014-09-02 14:51:45 +02:00
2. move folder 'ab_htmlmin' to your 'modules'-folder
3. Activate module in the OXID backend
2014-09-02 12:41:48 +02:00
2014-10-29 09:30:49 +01:00
OR
2014-10-29 09:36:42 +01:00
download composer https://getcomposer.org/download/
2014-10-29 09:30:49 +01:00
1. use oxid with composer: ```git clone https://github.com/robinlehrmann/oxideshop_ce.git```
2. add the module in composer.json with ```composer.phar require alfredbez/ab_htmlmin dev-master```
2014-09-02 12:41:48 +02:00
----
After uploading the module, your directory should look like this:
```
├── index.php
├── bootstrap.php
├── config.inc.php
├── ...
└── modules
└── ab_htmlmin
├── README.md
├── metadata.php
└── models
2014-10-29 09:36:42 +01:00
```