Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

2023.03.03 + EDN.zip

Latest
Compare
Choose a tag to compare
@jeremy-farrance jeremy-farrance released this 03 Mar 16:46
· 45 commits to main since this release
7904459

This release is only here so we have a place to download the EasyDNN News assets (from 7/20/2020: accuraty-templates-EDN.zip). JRF can still get to the original here,

Quick Steps

  • Download AccuTheme-EDN-Assets.zip and unzip to a local folder
  • In VS Code in the project you are adding to, add a new Branch (e.g. "add-EasyDNN-news-template")
  • In VS Code Explorer, in your project root, right-click package.json and choose Reveal in File Explorer
  • Copy the full contents of the zip to this folder (you should see both app and src folders in both locations)
  • In VS Code Explorer, drill down to app/DesktopModules/EasyDNNnews/Templates/_default, right-click the ACCU folder and Upload Folder
  • Go to the folder, src/styles/theme/, edit Skins.scss and add the following to the end of the file and Save:
  // https://github.com/Accuraty/AccuTheme-2021/releases/edit/EDN 
  // we add this custom one for EasyDNN News:
  $EDN_BASE: ".eds_news_#{ACCU}";
  @import "theme/components/EasyDNNnews";
  • In VS Code, open a Terminal in the root of the project, and npm run build

Assuming there are no errors, you should now be able to examine your re-generated Skin.css file and see that all the expected CSS rules for EDN have been added (e.g, search for "eds_news_". If not found, something is wrong).