ANTICHAT

ANTICHAT (https://forum.antichat.xyz/index.php)
-   PHP (https://forum.antichat.xyz/forumdisplay.php?f=37)
-   -   gulp starter build (https://forum.antichat.xyz/showthread.php?t=1507643)

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

vmprotect 05.04.2024 08:56

why is it needed?

LiL STANLEY 07.04.2024 18:56

Цитата:

Сообщение от skrrt

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

Next Generation Frontend Tooling

vitejs.dev


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

webpack

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


Время: 14:00