This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
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
andsrc
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).