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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
I'm trying to upgrade my project to the latest, but I'm running into issues with my config giving weird outputs. It just gives me the following three lines and tells me there were no errors (which is a pretty big load of crap, since it didn't work):
>> Source file "undefined" not found.
>> Source file "undefined" not found.
>> Source file "undefined" not found.
Poking at my Gruntfile suggests the root cause is the cwd attribute. If I remove that and manually apply it to all the src files, it works. Kind of. It gives me the following, which works but is not really ideal:
Writing HTML to dist///index.html
Writing HTML to dist///faq.html
Writing HTML to dist///tools.html
I'm trying to upgrade my project to the latest, but I'm running into issues with my config giving weird outputs. It just gives me the following three lines and tells me there were no errors (which is a pretty big load of crap, since it didn't work):
Poking at my Gruntfile suggests the root cause is the
cwd
attribute. If I remove that and manually apply it to all thesrc
files, it works. Kind of. It gives me the following, which works but is not really ideal:I've isolated the problem down to a difference between
[email protected]
and[email protected]
— everything else is constantThe text was updated successfully, but these errors were encountered: