nvQuickTheme is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow.
41
stars
40
forks
source link
Update `gulpfile.js` to use best practices for variable declaration #319
Closed
david-poindexter closed 2 years ago
Describe the bug
The use of
var
needs to be replaced withlet
orconst
to follow ECMAScript 2015+ standard practices.To Reproduce
Steps to reproduce the behavior:
gulpfile.js
Expected behavior
Follow modern best practices.
Screenshots
n/a
Errors
n/a
Additional context
n/a