Install Gulp by NPM | Compile SCSS to CSS using Gulp | Minify CSS and JS using Gulp in Hindi 2021

Опубликовано: 23 Октябрь 2024
на канале: Stubborn Developers
6,791
125

#stubborndevelopers

In this video, we will learn following things:
1. How to install Gulp
2. Create an SCSS file and convert or compile it to CSS
3. Compress the CSS file into minified version
4. Create JS file and convert it to minified file
5. For the above tasks we will assign task to gulp
6. Use watch in Gulp to complete all tasks automatically.

Some useful commands for above 6 points:

1. npm init -y

2. npm i gulp-cli -g

3. npm i gulp --save-dev

4. npm i gulp-sass --save-dev

5. npm i gulp-minify --save-dev

Note: We can also use 'install' or 'i' like that npm install gulp-cli -g will work same like above point 2.

*********** jQuery Tutorial in Hindi 2021 Playlist ***********
   • jQuery basics | jQuery tutorial for b...  

*********** Node.JS Tutorial in English 2021 Playlist ***********
   • how to install node js  

*********** React.JS Tutorial in Hindi 2021 Playlist ***********
   • react js introduction in hindi