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 15, 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 web.config file

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)

  • .svg = image/svg+xml

  • .woff = font/woff

  • .woff2 = font/woff2

  • .webmanifest = application/json

  • .webp = image/webp

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