Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 15f6583

Browse files
committed
Update readme.md
1 parent 699e7ff commit 15f6583

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ You may also want to get used to some of the [commands](#commands) available.
128128

129129
There are few commands available to help you build and test sites:
130130

131-
### Develop mode
131+
### Development mode
132132

133133
Watch For Changes & Automatically Refresh Across Devices
134134

@@ -294,13 +294,13 @@ For linting javascript files in WSK used [esLint](https://eslint.org/). esLint a
294294

295295
## Watching
296296

297-
After run `gulp` by default gulp watch for your files in `src` and `assets` folders.
297+
After run `gulp` by default gulp watching for your files in `src` and `assets` folders.
298298
For `js`, `scss`, `html` and `vendors_entries` folders after change in included files, watcher run they tasks for compiling. For `images` and other folders (and files in `src` root) watcher run tasks for copy files.
299299

300300
## Images copy and minify
301301

302-
In our WSK by default in [develop and production mode](#commands), task `build-images` only copy images.
303-
For minify images used [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin). If you want to minify your images in production mode please switch option `buildImages.isImageMin = true` in `gulp-config.js`.
302+
In our WSK by default in [development and production mode](#commands), task `build-images` only copy images.
303+
For minify images used [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin). If you want to minify your images in production mode, please switch option `buildImages.isImageMin = true` in `gulp-config.js`.
304304

305305
## Tasks
306306

0 commit comments

Comments
 (0)