mod-build 3.6.2--beta.9 → 3.6.3
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/CHANGELOG.md +4 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.6.3
|
|
4
|
+
|
|
5
|
+
- Updating `cache-bust` gulp task to use dashes instead of a period. For example, cached files will now be `home-51fbcbac.js` instead of `home.51fbcbac.js`
|
|
6
|
+
|
|
3
7
|
## 3.6.2
|
|
4
8
|
|
|
5
9
|
- Adding `check-seasonal-variations` to grab seasons json; loop through the siteData for `seasonalVariations: {}`; find any active seasons; merge the json objects and adjust json content accordingly;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mod-build",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"description": "Share components for S3 sites.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"gulp-replace": "^0.5.4",
|
|
38
38
|
"gulp-rev": "^7.1.2",
|
|
39
39
|
"gulp-rev-all": "^0.9.7",
|
|
40
|
-
"gulp-rev-append-all": "^0.1.8",
|
|
41
40
|
"gulp-rev-delete-original": "^0.2.3",
|
|
42
41
|
"gulp-rev-replace": "^0.4.3",
|
|
43
42
|
"gulp-sass": "^5.1.0",
|