We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not as much of an issue as a feature request but can it check if the file is html and not attempt the operation if not.
The text was updated successfully, but these errors were encountered:
You would just apply your own filter gulp-if for example:
.pipe(gulpif(function (file) { return !/.html$/.test(file.path); }, htmlreplace({ ... your options })))
Sorry, something went wrong.
This should be an option, not a default, if implemented. There are reasons to use this with non-HTML files, despite the name.
No branches or pull requests
Not as much of an issue as a feature request but can it check if the file is html and not attempt the operation if not.
The text was updated successfully, but these errors were encountered: