Skip to content

Commit 7c02b79

Browse files
committed
medEng files you should not edit update
1 parent 2c08a22 commit 7c02b79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: _posts/2023-05-20-mediaengagement-technical-docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ A collection of general tips and rules of thumb when coding and building a proje
155155

156156
### Files you should not edit
157157

158-
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.
158+
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.
159159

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

Diff for: _posts/2023-05-21-mediaengagement.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ Technical Docs - [Local development](/mediaengagement-technical-docs/#local-deve
213213

214214
## Coding Guidelines
215215

216-
### Files You Should Not Edit in the Theme
216+
### Files You Should Not Edit
217217

218-
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.
218+
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.
219219

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

0 commit comments

Comments
 (0)