Skip to content

use-init/init-htmlmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b986f0f · Aug 3, 2014

History

9 Commits
Dec 10, 2013
Aug 3, 2014
Dec 10, 2013
Dec 10, 2013
Aug 3, 2014
Aug 3, 2014
Dec 10, 2013
Jan 15, 2014
Aug 3, 2014
Aug 3, 2014

Repository files navigation

INIT HTMLMin

A plugin for INIT using grunt-contrib-htmlmin to minimize your HTML.

devDependency Status

Installation

You can add this plugin to INIT by copying over the file config/htmlmin.js to tasks/options and run

npm install --save-dev grunt-contrib-htmlmin

in your main project's root directory.

You need to add an object in your config.js file called htmlmin to describe the files to be minimized:

{
	'source.html': 'target.html'
}

Contribute

Please help making this project better and contribute with your knowledge.

Development

This package is developed as part of the INIT project.

License

Please be aware of the licenses of each component we use in this project. Everything else that has been developed by the contributions to this project is under MIT License.