solution - After installing/upgrading to Kentico 8.1, why are certain built-in files excluded from the project? -


the kentico 8.1 installer plops out proprietary kentico solution structure 11,700+ files , 1,900+ folders, , 3 .csproj projects files overlap in same directory structure. noticed few files aren't included in of 3 projects:

  • \app_themes\default\bootstrap\close.less
  • \app_themes\default\cmscomponents\mass-actions.less
  • \cmsadmincontrols\ckeditor\plugins\cmsplugins\images\insertimageattachment.png
  • \cmsadmincontrols\ckeditor\plugins\enterkey\samples\enterkey.html
  • \cmsadmincontrols\ckeditor\plugins\htmlwriter\samples\assets\outputforflash.html
  • \cmsadmincontrols\ckeditor\plugins\htmlwriter\samples\assets\outputforhtml.html
  • \cmsadmincontrols\ckeditor\plugins\htmlwriter\samples\assets\outputforflash\outputforflash.fla
  • \cmsadmincontrols\ckeditor\plugins\htmlwriter\samples\assets\outputforflash\outputforflash.swf
  • \cmsadmincontrols\ckeditor\plugins\htmlwriter\samples\assets\outputforflash\swfobject.js
  • \cmsadmincontrols\ckeditor\plugins\sharedspace\samples\sharedspace.html
  • \cmsadmincontrols\ckeditor\plugins\sourcedialog\samples\sourcedialog.html
  • \cmsadmincontrols\ckeditor\plugins\toolbar\samples\toolbar.html
  • \cmsadmincontrols\ckeditor\plugins\wysiwygarea\samples\fullpage.html
  • \cmsmodules\content\controls\massactions.ascx.designer.cs
  • \cmsresources\cms.cs-cz.resx
  • \cmsresources\cms.sk-sk.resx
  • \cmsscripts\vendor\jquery\jquery-1.11.0-amd.js
  • \old_app_code\cmsmodules\onlinemarketing\onlinemarketingloader.cs

which of these should added project? should omitted? can deleted?

it should safe remove mentioned files, here remarks:

  • *.less - need generated *.css files
  • ckeditor\plugins* - seem leftovers after upgrading ck editor. don't seem referenced anywhere
  • massactions.ascx.designer.cs - not used anymore
  • cmsresources* - localization files can installed later using kentico installer if needed
  • jquery-1.11.0-amd.js - don't think used
  • onlinemarketingloader.cs - removed wrote in comment

however, there no reason delete files @ all.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -