From 15b33c1487fcd42adf10904258f7b391cf8c30fd Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Tue, 16 Apr 2024 08:01:56 +0100 Subject: [PATCH 1/3] fix: update config to disable output hash --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index aac70d1..c3ac40f 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ module.exports = function defineShipwrightHook(sails) { } }, output: { - disableFilenameHash: true, + filenameHash: true, distPath: { root: '.tmp/public', css: 'css', From 464ecbcd9d6e606620a82e1325c49d053c69e22f Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Tue, 16 Apr 2024 08:01:56 +0100 Subject: [PATCH 2/3] fix: update config to disable output hash --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c3ac40f..1298772 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ module.exports = function defineShipwrightHook(sails) { } }, output: { - filenameHash: true, + filenameHash: false, distPath: { root: '.tmp/public', css: 'css', From 53c053506fdd7e7732def60ae9b84082ae5124e5 Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Tue, 16 Apr 2024 08:06:13 +0100 Subject: [PATCH 3/3] chore: release v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fad5121..85bc5a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-shipwright", - "version": "0.1.0", + "version": "0.1.1", "description": "The modern asset pipeline for Sails", "main": "index.js", "scripts": {