You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add this plugin to INIT by copying over the file `config/htmlmin.js` to `tasks/options` and run
10
+
You can add this plugin to INIT by copying over the file `config/htmlmin.js` to
11
+
`tasks/options` and run
9
12
10
13
npm install --save-dev grunt-contrib-htmlmin
11
14
12
15
in your main project's root directory.
13
16
14
-
You need to add an object in your `config.js` file called `htmlmin` to describe the files to be minimized:
17
+
You need to add an object in your `config.js` file called `htmlmin` to describe
18
+
the files to be minimized:
15
19
16
20
{
17
21
'source.html': 'target.html'
18
22
}
19
23
20
24
## Contribute
21
-
Please help making this project better and [contribute](CONTRIBUTING.md) with your knowledge.
25
+
Please help making this project better and [contribute](CONTRIBUTING.md) with
26
+
your knowledge.
22
27
23
28
## Development
24
-
This package is developed as part of the [INIT project](https://github.com/use-init).
29
+
This package is developed as part of the
30
+
[INIT project](https://github.com/use-init).
25
31
26
32
## License
27
-
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](LICENSE.md).
33
+
Please be aware of the licenses of each component we use in this project.
34
+
Everything else that has been developed by the contributions to this project is
0 commit comments