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
@zont Currently using a setup where compiled site files are placed within the root of dist after usemin is executed and client files go within their own designated directory aptly titled "client." See screenshot below…
Problem is after running the build command, the assets are not replaced for the "client" directory and still possess the build comment line without the replaced references to the newly built assets.
@zont Currently using a setup where compiled site files are placed within the root of
dist
after usemin is executed and client files go within their own designated directory aptly titled "client." See screenshot below…Problem is after running the build command, the assets are not replaced for the "client" directory and still possess the build comment line without the replaced references to the newly built assets.
Essentially Root Files Go From This…
to this
And the files within my "client" directory go from this…
to this…
The resulting error from the shell is…
site/client/css/site.css not found!
Here is a link to my Gulp File and the template containing my build comments. Appreciate any and all help on this issue.
Gulp File
Default Template Containing Build Comments
The text was updated successfully, but these errors were encountered: