1.0.2 • Published 4 years ago

mtabt-plugin-minify v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Minify

A plugin to minify your resources

Gettings started

Add mtabt-plugin-minif to your MTA Build Tool configuration file. Please, keep in mind that the order you specify your plugins does matter and, usually, you would like to use this at the almost very first position.

// Usually in .mtabtrc.js

module.exports = {
  plugins: [..., "mtabt-plugin-minify"]
}

Arguments

Please, check here to learn how to provide plugin arguments.

NameTypeDescriptionDefault
delete-after-compilebooleanRemove a script file of the out directory after successfully compiledtrue
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago