You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: