YAFLogo

Posted by: rich2020 - Sunday, 22 June 2014 16:23:39
Hi, I'm trying to deploy YAF from Visual Studio 2012 but get the error: [b]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[/b] 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.

Posted by: tha_watcha - Sunday, 22 June 2014 17:31:19
Sorry but nuget restore doesn't correctly restore the packages. I put the files back in to the solution

Posted by: rich2020 - Monday, 23 June 2014 21:26:35
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.