Skip to content

Commit

Permalink
medEng files you should not edit update
Browse files Browse the repository at this point in the history
  • Loading branch information
luukee committed Sep 6, 2024
1 parent 2c08a22 commit 7c02b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-05-20-mediaengagement-technical-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ A collection of general tips and rules of thumb when coding and building a proje

### Files you should not edit

It’s important to understand that certain files and folders in your project should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion or cause your changes to be overwritten.
It’s important to understand that certain files and folders in the `engage-2-x/` directory/theme should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion or cause your changes to be overwritten.

#### 1. SCSS Output `.css` Files:

Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-05-21-mediaengagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ Technical Docs - [Local development](/mediaengagement-technical-docs/#local-deve

## Coding Guidelines

### Files You Should Not Edit in the Theme
### Files You Should Not Edit

It’s important to understand that certain files and folders in the `engage-2-x` the should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion, break the site or cause your changes to be overwritten.
It’s important to understand that certain files and folders in the `engage-2-x/` directory/theme the should never be manually edited because they are automatically generated or managed by external tools. Editing these files can lead to confusion, break the site or cause your changes to be overwritten.

1. **`dist/` Folder**: Contains compiled files. Do not edit them.
2. **`node_modules/` Folder**: Contains npm dependencies. Managed automatically.
Expand Down

0 comments on commit 7c02b79

Please sign in to comment.