This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jeremy Farrance edited this page Oct 17, 2023
·
28 revisions
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.
Add the brand fonts and get Bootstrap using them? [Updated Apr 2021]
FontAwesome big ol' buncho notes [draft]
We made a Release with the tag: EDN
Open the
.env
file in the project root, read.
These are Gulp Tasks and documented here.
stop
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
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
- 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!
- 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