Skip to content

Commit 40a1212

Browse files
committed
Update README
1 parent 784bbb0 commit 40a1212

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ Each task can be run on its own. For example, if all you want to do is validate
1515
## Running the Project
1616
All your work must be added to the sub-folders under the `dev` folder: your markup in `html`, your Sass/CSS in `styles`, your JavaScript in `scripts`, and, your images in `img`.
1717

18-
During development, run `gulp serve`, which runs multiple development-related tasks, then launches your default browser and reloads on file changes.
18+
During development, run `gulp serve`, which runs multiple development-related tasks, then launches your default browser and reloads on file changes. Transpiled files (`.js` and `.css`) are written to the `temp` folder.
1919

2020
For production-ready projects, run `build`, which creates a folder called `prod`. This is the folder you’d upload to your server if you were going live with your project.
2121

2222
## Issues
23-
As of this writing, 14 Oct 2021, you’ll need to have [`stylelint` installed](https://stylelint.io/user-guide/get-started) to run `gulp-stylelint`, which is included in a task called `lintCSS`. However, there’s a bug in this project that, when adding the following to the `serve` task, the browser won’t reload on changes to CSS files.
23+
24+
* As of 22 February 2023, this project is currently not compatible with macOS Ventura (10.13).
25+
26+
* As of 14 October 2021, you’ll need to have [`stylelint` installed](https://stylelint.io/user-guide/get-started) to run `gulp-stylelint`, which is included in a task called `lintCSS`. However, there’s a bug in this project that, when adding the following to the `serve` task, the browser won’t reload on changes to CSS files.
2427

2528
```javascript
2629
watch(`dev/styles/**/*.css`, lintCSS)

0 commit comments

Comments
 (0)