The Wayback Machine - https://web.archive.org/web/20200528062312/https://github.com/topics/html-minifier
Skip to content
#

html-minifier

Here are 34 public repositories matching this topic...

sebastiantf
sebastiantf commented Dec 26, 2019

If a directory in the output path specified using the output option doesn't exist, it isn't automatically created and terminates with the error: Error: ENOENT: no such file or directory, open <directory path>

Example:

usemin('./subfolder/index.html', 'dist/subfolder', {
    output: 'dist/subfolder/index.html',
    .........
});

The folder dist/subfolder doesn't exist yet an

Improve this page

Add a description, image, and links to the html-minifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html-minifier topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.