Minifier PluginA plugin for minifying CSS and JavaScript. Dedicated to MT4. ChangesOverviewMinifier plugin allows you to minify your CSS and JavaScript templates and reduce their file sizes. Installation- Download and extract Minifier-version.zip file.
- Upload or copy the contents of "Minifier-version/plugins" directory into your MT "plugins" directory.
- After proper installation, you will find "Minifier" plugin listed on the "System Plugin Settings" screen.
Tags and modifiersMinifier plugin provides mt:CSSMinifier and mt:JSMinifier block tags. mt:CSSMinifierA block tag which minifies a CSS template. Example: <mt:CSSMinifier>
(contents of CSS template)
</mt:CSSMinifier>mt:JSMinifierA block tag which minifies a JavaScript template. Example: <mt:JSMinifier>
(contents of JavaScript template)
</mt:JSMinifier>See AlsoLicenseCopyright (c) 2008 Hirotaka Ogawa <hirotaka.ogawa at gmail.com>. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of either: - the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or
- the "Artistic License" which comes with Perl.
|
Works in MT5!