How to get gulp-html-minifier's output into gulp-inject-stringified-html?
问题 I'm trying to use these two gulp plugins together: gulp-html-minifier gulp-inject-stringified-html Or put differently, I'm trying to inject the contents of files containing html fragments into my javascript files after they're minified. When I'm trying to run a straight up gulp build I get this: Error: ENOENT: no such file or directory, open 'C:\path\to\.temp\template.html' Here's a repro of my situation. My folder structure: /src/app.js /src/template.html /gulpfile.js /package.json My