nvisionative / nvQuickTheme

nvQuickTheme is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow.
https://nvisionative.github.io/nvQuickTheme/
Other
41 stars 40 forks source link

Update `gulpfile.js` to use best practices for variable declaration #319

Closed david-poindexter closed 2 years ago

david-poindexter commented 2 years ago

Describe the bug

The use of var needs to be replaced with let or const to follow ECMAScript 2015+ standard practices.

To Reproduce

Steps to reproduce the behavior:

  1. View gulpfile.js

Expected behavior

Follow modern best practices.

Screenshots

n/a

Errors

n/a

Additional context

n/a