Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Add gulp caching to speed up processing times #11

Closed
ominestre opened this issue Jun 6, 2017 · 0 comments
Closed

Add gulp caching to speed up processing times #11

ominestre opened this issue Jun 6, 2017 · 0 comments
Assignees
Milestone

Comments

@ominestre
Copy link
Owner

Add in gulp-cached and gulp-remember to speed up task execution time for file watcher workflows.

This wasn't noticeable in small applications but once I wired this up to a monolithic legacy script it crawled to a 22 second incremental build time which is unbearable.

@ominestre ominestre added this to the v2.0 milestone Jun 6, 2017
@ominestre ominestre self-assigned this Jun 6, 2017
ominestre added a commit that referenced this issue Jun 6, 2017
Moved minification before concatenation.  This is to skip the expensive
minification process with caching.  This has a near negligible performance
impact where any 'use strict' statements will not be stripped in this
order resulting in small change of bytes.
ominestre added a commit that referenced this issue Jun 6, 2017
This isn't really serving a purpose with a sourcemaps fueled design
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant