Gulp

Gulp

34 bookmarks
Custom sorting
How to Migrate to Gulp.js 4.0
How to Migrate to Gulp.js 4.0
Craig Buckler provides a quick tutorial describing how to update v3 gulpfile.js configurations to v4 — now that Gulp.js version 4 has finally (after a five-year wait!) become the npm default.
·sitepoint.com·
How to Migrate to Gulp.js 4.0
IamManchanda/gulp-webpack
IamManchanda/gulp-webpack
Gulp 4 + Webpack 4 + Babel + BrowserSync + Font Awesome 5 (Modern JavaScript + Sass/CSS) - IamManchanda/gulp-webpack
·github.com·
IamManchanda/gulp-webpack
TrigenSoftware/gulp-srcset
TrigenSoftware/gulp-srcset
gulp-srcset - Highly customizable plugin to generating responsive images.
·github.com·
TrigenSoftware/gulp-srcset
Anthony Sierra
Anthony Sierra
This tutorial covers how to upgrade a Gulp project from ES5 to ES2015 (ES6) using my experience with...
·anthonysierra.com·
Anthony Sierra
A Simple Gulp'y Workflow For Sass
A Simple Gulp'y Workflow For Sass
Hugo shows us the bare essentials of what we could include in making a Gulp workflow for Sass.
·sitepoint.com·
A Simple Gulp'y Workflow For Sass
Gulp.watch: ловим ошибки правильно
Gulp.watch: ловим ошибки правильно
Во всех современных системах сборки фронтенда есть режим watch, при котором запускается специальный ...
·habrahabr.ru·
Gulp.watch: ловим ошибки правильно
ecomfe/fontmin
ecomfe/fontmin
fontmin - Minify font seamlessly
·github.com·
ecomfe/fontmin
TARS, сделай уровень frontend-рутины 0%
TARS, сделай уровень frontend-рутины 0%
Frontend с каждым днём становится сложнее. Задачи — объёмнее, пользовательский интерфейс — насыщенне...
·habrahabr.ru·
TARS, сделай уровень frontend-рутины 0%
Ещё один пост о сборке front-end проекта
Ещё один пост о сборке front-end проекта
Я потратил прилично времени на структуризацию и автоматизацию сборки фронта. Задача это интересная и...
·habrahabr.ru·
Ещё один пост о сборке front-end проекта
Sync Gulp Tasks with run-sequence
Sync Gulp Tasks with run-sequence
With run-sequence I can easily group tasks to ensure they are done before setting off other tasks!
·davidwalsh.name·
Sync Gulp Tasks with run-sequence
Приятная сборка frontend проекта
Приятная сборка frontend проекта
В этой статье мы подробно разберем процесс сборки фронтенд проекта, который прижился в моей повседне...
·habrahabr.ru·
Приятная сборка frontend проекта
floridoo/gulp-sourcemaps
floridoo/gulp-sourcemaps
gulp-sourcemaps - Source map support for Gulp.js
·github.com·
floridoo/gulp-sourcemaps
Gulp + Browserify и всё, всё, всё
Gulp + Browserify и всё, всё, всё
Эта статья которая поможет вам разобраться в том как использовать вместе Gulp и Browserify и почему ...
·frontender.info·
Gulp + Browserify и всё, всё, всё
Building With Gulp
Building With Gulp
Optimizing your website assets and testing your design across different browsers is certainly not the most fun part of the design process. Luckily, it consists of repetitive tasks that can be automated with the right tools to improve your efficiency.
·smashingmagazine.com·
Building With Gulp
moettinger/gulper · GitHub
moettinger/gulper · GitHub
If you want to change the application from Sublime Text 2 to another editor, simply open the application in AppleScript Editor and change out "Sublime Text 2" for your application of choice.
·github.com·
moettinger/gulper · GitHub
Gulp Fiction
Gulp Fiction
If you are a front-end developer like we are you might love setting up and maintaining the build workflow like we do. Not at all. Fiddeling around with grunt or the new and fancy gulp.js config files is no fun so a lot of boilerplates were set up to help you.
·gulpfiction.divshot.io·
Gulp Fiction
OverZealous/run-sequence · GitHub
OverZealous/run-sequence · GitHub
Runs a sequence of gulp tasks in the specified order. This function is designed to solve the situation where you have defined run-order, but choose not to or cannot use dependencies. This is intended to be a temporary solution until orchestrator is updated to support non-dependent ordered tasks.
·github.com·
OverZealous/run-sequence · GitHub
gulp
gulp
gulp is simply vinyl, vinyl-fs, orchestrator, a CLI, and a set of guidelines to help people make good plugins. Even with a tiny feature set, it has completely disrupted the build tool ecosystem and kicked off a new wave of awesome projects that are revolutionizing your workflow.
·medium.com·
gulp
Gulp + Browserify: The Everything Post
Gulp + Browserify: The Everything Post
One weekend, I decided to really immerse myself in Grunt and RequireJS. Gotta stay up on these things right? Done. Then Monday rolls around, “and just like that Grunt and RequireJS are out, it’s all about Gulp and Browserify now.”
·viget.com·
Gulp + Browserify: The Everything Post
Hello, I'm Techy
Hello, I'm Techy
I love Markdown and I can turn it to a beautifully looking HTML layouts. I'm built and distributed as a Node.js module. Gulp.js is the base that I'm staying on. If you do not want to use a database to store your content, I can help you.
·krasimir.github.io·
Hello, I'm Techy
ahaurw01/gulp-remember · GitHub
ahaurw01/gulp-remember · GitHub
gulp-remember is a gulp plugin that remembers files that have passed through it. gulp-remember adds all files back into the stream it has ever seen. gulp-remember pairs nicely with gulp-cached when you want to only rebuild those files that changed, but still need to operate on all files in the set.
·github.com·
ahaurw01/gulp-remember · GitHub
Spring-cleaning Unused CSS With Grunt, Gulp, Broccoli or Brunch
Spring-cleaning Unused CSS With Grunt, Gulp, Broccoli or Brunch
Delivering a fast experience on the web usually involves reducing server response time, minification of CSS/JS/HTML and an optimisation of images and above-the-fold content. We can further minimize the latency caused by stylesheet loading by removing unused CSS rules delivered to the client.
·addyosmani.com·
Spring-cleaning Unused CSS With Grunt, Gulp, Broccoli or Brunch
Grunt And Gulp Tasks For Performance Optimization
Grunt And Gulp Tasks For Performance Optimization
Delays in performance have the potential to impact user engagement, experience and revenue. Thankfully, Google's 'Make The Web Faster' team recommend a set of best-practice rules for keeping your pages lean, fast and smooth.
·yeoman.io·
Grunt And Gulp Tasks For Performance Optimization
Writing Tasks
Writing Tasks
Once you have installed gulp, you can now begin writing the tasks that you would like to automate. These tasks could include (but are not limited to) concatenating files, compiling SASS, minifying JavaScript, or linting your code.
·tooling.github.io·
Writing Tasks
Environment-specific Builds With Grunt, Gulp or Broccoli
Environment-specific Builds With Grunt, Gulp or Broccoli
The dev, staging and production versions of our projects can vastly vary, which is one reason we may need to change paths to resources (scripts/styles/templates), generated markup or other content based on environment and target-specific information.
·addyosmani.com·
Environment-specific Builds With Grunt, Gulp or Broccoli
wearefractal/gulp-cached · GitHub
wearefractal/gulp-cached · GitHub
This keeps an in-memory cache of files (and their contents) that have passed through it. If a file has already passed through on the last run it will not be passed downstream. This means you only process what you need and save time + resources.
·github.com·
wearefractal/gulp-cached · GitHub