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 Oct 17, 2023 · 28 revisions

Welcome to the AccuTheme wiki!

NVM is your friend

Most projects (including this one) need Node Version Manager (NVM) nowadays. Please see the One-time NVM setup instructions [WIP]. As of Mar 2023, Node v16.19.1 LTS is the recommended choice.

How do I...

Add back the EasyDNNnews (EDN) templates that were removed in early 2021?

We made a Release with the tag: EDN

Add or update the favicon?

Open the .env file in the project root, read.

Change or update the Start, Build, Package, and other Gulp Tasks?

These are Gulp Tasks and documented here.

stop

Mime Types should NOT exist in the DNN web.config file

We set them correctly on the server via IIS MIME Types (via the MMC). The following servers were updated (perfect) as of 20231016 by JRF: DS3456, DS2035, DS2030, WEBSVR4

Verified Modern Mime Types to add in IIS (or Apache)

Note:

  • below are correct as of 20231015 JRF
  • below are the common ones missing in IIS 8/9/10+ that we run in to in our (DNN) projects
  • its always okay to add or update to match this list (and you should)

VERIFIED AND CORRECT MIME TYPES:

  • .js = text/javascript
  • .svg = image/svg+xml
  • .webmanifest = application/json
  • .webp = image/webp
  • .woff = font/woff
  • .woff2 = font/woff2

END OF MIME TYPES

Notes:

  • WIP stands for Work In Progress
  • In late 2021 JDT worked thru a deep dependencies update
  • You can help improve this Wiki, share what you learn and figure out!

How to edit this Wiki locally?
  • Git Clone the repo to a new local project ADDING .wiki.git
  • If you use a Branch, to make them visible you must merge your branch INTO main (see image below)
  • Read the docs here

image

Clone this wiki locally