From ca82beb3703341ef922c43ca77b5842e68208fe2 Mon Sep 17 00:00:00 2001 From: Rohit Paul <113459757+RohitPaul0007@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:21:25 +0530 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 27c6fcd3..c9cc2d70 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ module.exports = function (grunt) { "use strict"; - var assets = require('postcss-assets'); + let assets = require('postcss-assets'); grunt.initConfig({ @@ -63,7 +63,7 @@ module.exports = function (grunt) { }); - var themes = ['azur', 'folio', 'fullscreen', 'miniml', 'twelve', 'classic']; + let themes = ['azur', 'folio', 'fullscreen', 'miniml', 'twelve', 'classic']; themes.forEach(function(name) { grunt.config(['uglify', name], {