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
even if PROJ_BUILD is not 'dynamic' still the file is still required to exist in the filesystem although it will not be included and an error is raised
node_modules\preprocess\lib\preprocess.js:380
throw new Error(errMsg);
^
Error: dynamic_script.js requested from main.min.js not found!
I know there is the fileNotFoundSilentFail option but it does not feel right to use in this case
Thank you,
Dimitris
The text was updated successfully, but these errors were encountered:
dtsamitros
changed the title
preprocess requires files to exist even if they will not be included
preprocess requires files to exist even @if they will not be included
Mar 10, 2017
I have the following optional include
even if PROJ_BUILD is not 'dynamic' still the file is still required to exist in the filesystem although it will not be included and an error is raised
I know there is the
fileNotFoundSilentFail
option but it does not feel right to use in this caseThank you,
Dimitris
The text was updated successfully, but these errors were encountered: