Let's see Gulp Introduction. Gulp is a “JavaScript task runner" like its main competitor Grunt, it’s a development tool.

seen from United States
seen from United States
seen from Russia
seen from Russia
seen from Malaysia
seen from United States

seen from Ireland
seen from South Korea
seen from China
seen from Romania

seen from Malaysia
seen from United States
seen from China

seen from United States
seen from United States
seen from China

seen from United States
seen from T1
seen from Germany

seen from Canada
Let's see Gulp Introduction. Gulp is a “JavaScript task runner" like its main competitor Grunt, it’s a development tool.
Read about GulpJS lacking sponsors and dang, this is so sad.IMO Gulp is still miles ahead of Webpack when you want to set up simple asset compilation (PostCSS + using Webpack purely as JS bundler).
Snazzie: On building a scaffold and NPM packages.
For awhile now, I’ve been working with and using a client side site tool that I built, and I love it. I call it Snazzie (as in “Hey, that’s a Snazzie looking site!”)and it has saved me countless headaches in just a few short months.
I’ve also wanted to take my project one step further by open sourcing it extensively, but I knew that if this was really going to be a successful project I had to make it easy to install and setup. The original Snazzie wasn’t difficult to get set up with, but it wasn’t a walk in the park either. So I challenged myself to revisit building NPM packages and get familiar with scaffolding tools. This has been an incredibly rewarding experience, let me tell you!
Implementation of Gulp.js from Scratch
Implementation of Gulp.js from Scratch
Are you tired of doing the same things manually i.e., creating the folders, compiling and copying the files deploying them on separate environments (i.e., dev or prod) manually. A lot of mouse clicking, lot of copy-paste, a lot of configuration changes and of course loads of headache.
Then this blog is for you.
I hope after this blog your search ends for implementing gulp in your project and…
View On WordPress
BOOM MOTHERFUCKER
I gots me a gulp.js powered Jekyll site workflow. <3 u gulp!! ^^
(via https://www.youtube.com/watch?v=xTiHlpuoOd0)
Working with Gulp Watch to minify JS files
How to concatenate JS files using Gulp.js (using 'gulp-concat')
How to minify (uglify) JS files using Gulp.js (using 'gulp-uglify')
How to monitor JS file changes using Gulp Watch
How to link Gulp Watch with a Gulp task.
(via https://www.youtube.com/watch?v=mbRlB42vQP8)
The Video covers the following -What is Gulp -How is this compared to Grunt -How to install gulp client on your machine -How to install gulp for you application -How to download/install gulp plugins -How to create gulp file -How to code to work with gulp tasks -How to execute gulp file -Comparing gulp with grunt
Gulp Introduction for Web Designers
new on admixweb: Gulp Introduction for Web Designers #js #webdesign #webdev #frontend
At every job, there is a constant no matter how difficult or easy the work may be: time is money. With that being said, developers and designers are always looking for ways to optimize tasks so they can concentrate on stuff that really matters. So, in order to optimize your workflow and how you design and develop websites, gulp can help you to avoid repeating yourself.
(more…)
View On WordPress