From 8fd5d9fc90ddf8abec3d1894e96edb38167c1906 Mon Sep 17 00:00:00 2001 From: Erick Sanchez Date: Mon, 11 Nov 2024 11:08:03 -0600 Subject: [PATCH] chore: disable auto less add --- .grunt/build_styles_task.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.grunt/build_styles_task.js b/.grunt/build_styles_task.js index dfbec9b..c496fa9 100644 --- a/.grunt/build_styles_task.js +++ b/.grunt/build_styles_task.js @@ -14,8 +14,8 @@ module.exports = function(grunt) { // -- Content let adminContent = grunt.file.read(`${getCleanedCWD()}/assets/styles/less/admin.less`); let sectionFiles = grunt.file.expand([ - `${getCleanedCWD()}/assets/styles/less/sections/**/*.section.less`, - `${getCleanedCWD()}/assets/styles/less/sections/*.section.less` + `${getCleanedCWD()}/assets/styles/less/sections/**/*.sectionn.less`, + `${getCleanedCWD()}/assets/styles/less/sections/*.sectionn.less` ]); let combinedContent = adminContent + '\n'; diff --git a/package.json b/package.json index a99a4a7..840f7cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-jet", - "version": "1.0.33", + "version": "1.0.34", "description": "VannilaJet framework", "main": "index.js", "bin": {