mod-build 4.0.51-beta.2 → 4.0.51-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/scripts/plugins.js +1 -1
- package/tasks/templates.js +1 -1
package/package.json
CHANGED
package/src/scripts/plugins.js
CHANGED
|
@@ -4,7 +4,7 @@ import gulpHandlebarsFileInclude from "gulp-handlebars-file-include";
|
|
|
4
4
|
import { defaultSettings } from "../data/config.js";
|
|
5
5
|
import footer from '../data/footer.js';
|
|
6
6
|
import { handlebarsHelpers } from "./utils.js";
|
|
7
|
-
import
|
|
7
|
+
import addSeasonalchanges from "../../tasks/addSeasonalchanges.js";
|
|
8
8
|
|
|
9
9
|
export const STATIC_COPY_TARGETS = [
|
|
10
10
|
{
|
package/tasks/templates.js
CHANGED
|
@@ -3,7 +3,7 @@ import footer from '../src/data/footer.js';
|
|
|
3
3
|
import fs from 'node:fs';
|
|
4
4
|
import merge from 'lodash.merge';
|
|
5
5
|
import { responseInterceptor } from '../src/scripts/retry-axios.js';
|
|
6
|
-
import
|
|
6
|
+
import addSeasonalchanges from './addSeasonalchanges.js';
|
|
7
7
|
|
|
8
8
|
import { defaultSettings } from '../src/data/config.js';
|
|
9
9
|
|