Skip to main content
Dublin Library

The Publishing Project

Home

Gulp Workflow: Looking at Gulp 4

Gulp 4.0, the next version of Gulp, should be released any day now and it will make some parts of the workflow easier to manage. This section is not a comprehensive guide to Gulp 4 and the changes it...

Gulp Workflow: FIle Management

Now for what, to me, is the most tedious part of the workflow… copying things around and doing housekeeping on the files I’m working with. This is easier now since I don’t have to create directories...

Gulp Workflow: Polymer Specific Tasks

Vulcanize and Crisper are Polymer specific tasks that deal with the way web component works (and make puns on the name Polymer too :) ) Vulcanize will combine all elements in elements.html and produce...

Gulp Workflow: Performance

Performance is one of those areas where perception is just as important as reality, particularly in mobile environments where the browser is only part of the equation, you have to take into account...

Gulp Workflow: Basic Setup

In the next sections we’ll go through a gulpfile I use to work with my athena-shell project. The directory structure for the project is like this: . ├── app │ ├── bower_components | ├── coffee │...

Archive Navigation