Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Jeremy Farrance edited this page May 19, 2021 · 4 revisions

Quick reminders regarding Dnn+2sxc projects

  • The "Accu" folder in the 2sxc/Content directory is a separate GitHub shared project. So you should NOT be creating, editing, or moving anything to that folder as it will get overwritten or deleted when Accu gets updated.

  • In 2sxc/Content we don't edit the original files of the 2sxc Content App. When we make a new View that is custom to the client, we create that in 2sxc/Content/[ABBV]/.

  • In 2sxc/{any 2sxc app}, we don't modify the original files. And we do not use the client ABBV folder. Instead we copy/paste any file we need to customize in-place, and rename following the BEM pattern, usually leading with the client ABBV, e.g. ..2sxc/Swiper/_MARS__Swiper--basic.cshtml (original was just ..2sxc/Swiper/_Swiper.cshtml).

Clone this wiki locally