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
Following folders will be populated with the node_packages: %TEMP%\WebOptimizer.Node\LESS\ %TEMP%\WebOptimizer.Node\TypeScript\
As long as the folders did not exist before, everything works fine.
But somehow the initial files %TEMP%\WebOptimizer.Node\LESS\index.js and %TEMP%\WebOptimizer.Node\TypeScript\typescript.js were gone on my PC (maybe my antivirus software removed them).
The next runs never recreated those files because it is only ensured, that the certain folder exists, but never the needed files. Maybe EnsureNodeFiles needs to be abstract to check for those files in the concrete implementations.
PS.: I don't know if I should post this issue in the other repos, because it is somehow referred to the EnsureNodeFiles function of the NodeProcessor.
The text was updated successfully, but these errors were encountered:
I use the WebOptimizer.LESS and WebOptimizer.Typescript packages with the latest beta build.
Following folders will be populated with the node_packages:
%TEMP%\WebOptimizer.Node\LESS\
%TEMP%\WebOptimizer.Node\TypeScript\
As long as the folders did not exist before, everything works fine.
But somehow the initial files
%TEMP%\WebOptimizer.Node\LESS\index.js
and%TEMP%\WebOptimizer.Node\TypeScript\typescript.js
were gone on my PC (maybe my antivirus software removed them).The next runs never recreated those files because it is only ensured, that the certain folder exists, but never the needed files. Maybe
EnsureNodeFiles
needs to be abstract to check for those files in the concrete implementations.PS.: I don't know if I should post this issue in the other repos, because it is somehow referred to the
EnsureNodeFiles
function of theNodeProcessor
.The text was updated successfully, but these errors were encountered: