You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,15 @@ If you like it, you can use our [EmbASPServerExecutor](https://github.com/DeMaCS
115
115
-[keymaster.js](https://github.com/madrobby/keymaster) - Used to implement keyboard shortcuts outside the editor
116
116
-[Pugjs](https://pugjs.org) - Used to create a dynamic html pages
117
117
-[Socket.io](https://socket.io) - Used for executor server connection
118
-
-[Gulp](https://gulpjs.com) - Used to automate and enhance the workflow
119
118
-[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
0 commit comments