Skip to content

Commit 519592c

Browse files
authored
Update README.md
1 parent 2303bd1 commit 519592c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,15 @@ If you like it, you can use our [EmbASPServerExecutor](https://github.com/DeMaCS
115115
- [keymaster.js](https://github.com/madrobby/keymaster) - Used to implement keyboard shortcuts outside the editor
116116
- [Pugjs](https://pugjs.org) - Used to create a dynamic html pages
117117
- [Socket.io](https://socket.io) - Used for executor server connection
118-
- [Gulp](https://gulpjs.com) - Used to automate and enhance the workflow
119118
- [Browsersync](https://www.browsersync.io) - Used to enable the live reload on the browser
119+
- [Gulp](https://gulpjs.com) - Used to automate and enhance the workflow with its plugins:
120+
- [gulp-nodemon](https://github.com/JacksonGariety/gulp-nodemon) - Used to monitor for any changes in the source files and automatically restart the server
121+
- [gulp-clean](https://github.com/peter-vilja/gulp-clean) - Used to remove files and folders
122+
- [gulp-uglify-es](https://gitlab.com/itayronen/gulp-uglify-es) - Used to minify JS files
123+
- [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer#readme) - Used to add CSS prefix
124+
- [gulp-csso](https://github.com/ben-eb/gulp-csso) - Used to minify CSS files
125+
- [gulp-shorthand](https://github.com/kevva/gulp-shorthand) - Used to make the CSS files lighter and more readable
126+
- [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin#readme) - Used to minify PNG, JPEG, GIF and SVG images
120127

121128
<!--
122129
## Contributing

0 commit comments

Comments
 (0)