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
events.js:154
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open '/webroot/build/templates/style.css'
at Error (native)
In order to get gulp-inline-source to work I instead have to use a leading dot and slash, e.g. <link href="./style.css" inline>. This is unnecesary from a URL perspectvie, and not immediately obvious (I spent a lot of time debugging to figure this out).
The text was updated successfully, but these errors were encountered:
/webroot/gulpfile.js:
/webroot/build/templates/foo/bar/:
/webroot/build/templates/foo/bar/index.html:
gulp inline:templates
:In order to get gulp-inline-source to work I instead have to use a leading dot and slash, e.g.
<link href="./style.css" inline>
. This is unnecesary from a URL perspectvie, and not immediately obvious (I spent a lot of time debugging to figure this out).The text was updated successfully, but these errors were encountered: