YAFLogo

rich2020
  • rich2020
  • 57.2% (Neutral)
  • YAF Camper Topic Starter
10 years ago
Hi,

I'm trying to deploy YAF from Visual Studio 2012 but get the error:

Error 20 Copying file Scripts\ckeditor\adapters\jquery.js to obj\Deploy\Package\PackageTmp\Scripts\ckeditor\adapters\jquery.js failed. Could not find file 'Scripts\ckeditor\adapters\jquery.js'. 0 0 YAF

There are a few js files missing... Any idea what the problem is? ( I mean... why are they missing? I can't see them in the source on GitHub)

I've enabled Nuget Package Manager and atempted a restore, but it didn't work.

Thanks,

Richard.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
10 years ago
Sorry but nuget restore doesn't correctly restore the packages. I put the files back in to the solution
rich2020
  • rich2020
  • 57.2% (Neutral)
  • YAF Camper Topic Starter
10 years ago
Ah right, thanks. I added them myself but I think it probably best to get the ones that you added, to pevent any compatibiliy issues.

Thanks again.