@modularbp/gulp-build
Version:
Minify CSS, JS and HTML files with [cssnano], [Terser] and [HTMLMinifier]
26 lines (21 loc) • 752 B
Markdown
# @modularbp/gulp-build
Minify CSS, JS and HTML files with [cssnano], [Terser] and [HTMLMinifier]
[cssnano]: https://github.com/cssnano/cssnano
[Terser]: https://github.com/terser/terser
[HTMLMinifier]: https://github.com/kangax/html-minifier
## Install
```sh
npm install @modularbp/gulp-build --save-dev
```
## Dependencies
| Module | Description |
| ------ | ----------- |
| [gulp] | The build system |
| [cssnano] | Minify CSS |
| [gulp-htmlmin] | Minify HTML |
| [gulp-postcss] | Transform CSS |
| [gulp-terser-js] | Minify JS |
[gulp]: https://github.com/gulpjs/gulp
[gulp-htmlmin]: https://github.com/jonschlinkert/gulp-htmlmin
[gulp-postcss]: https://github.com/postcss/gulp-postcss
[gulp-terser-js]: https://github.com/A-312/gulp-terser-js