PDA

Просмотр полной версии : gulp starter build


LiL STANLEY
04.04.2024, 21:12
Starter build for gulp. Use it when designing your websites. The assembly contains the following components:

~ Compiling .SCSS to .CSS

~ Automatic page refresh.

~ Autostart local server.

~ Compiling files from blocks into main files (index.html / main.css) .

~ Image compression and much more.


Main command:gulp(in console)


Use this assembly for your own purposes, modify it, distribute it

Download - github.com (https://github.com/THE-STANLEY/-gulp-starter-build)

vmprotect
05.04.2024, 08:56
why is it needed?

LiL STANLEY
07.04.2024, 18:56
why is it needed?



For comfortable website development.

alicemur_front
08.04.2024, 23:16
Dude, VITE is the best builder. Simple variant for pet projects.

Vite (https://www.blast.hk/redirect/aHR0cHM6Ly92aXRlanMuZGV2Lw)

Next Generation Frontend Tooling

vitejs.dev


Honestly, if you want, you can use and webpack:

webpack (https://www.blast.hk/redirect/aHR0cHM6Ly93d3cubnBtanMuY29tL3BhY2thZ2Uvd2VicGFjaw )

Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.. Latest version: 5.101.3, last published: 18 days ago...

www.npmjs.com