mod-build 3.6.31-beta.1 → 3.6.32-beta.1

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.6.31
4
+
5
+ - `grab-global-images` task bug fixes.
6
+
3
7
  ## 3.6.30
4
8
 
5
9
  - Adding in the `copy-videos` gulp task needed for native landing pages.
@@ -33,6 +33,15 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
33
33
  '/templates/scripts/trusted-form.html': ['/templates/scripts/', 'trusted-form.html']
34
34
  };
35
35
 
36
+ // grab footer modals and place under the resources
37
+ Object.assign(externalResources, {
38
+ '/templates/modals/about/': ['/resources/templates/modals/about/', 'index.html'],
39
+ '/templates/modals/privacy/': ['/resources/templates/modals/privacy/', 'index.html'],
40
+ '/templates/modals/terms/': ['/resources/templates/modals/terms/', 'index.html'],
41
+ '/templates/modals/contact-us/': ['/resources/templates/modals/contact-us/', 'index.html'],
42
+ '/templates/modals/faq/': ['/resources/templates/modals/faq/', 'index.html']
43
+ })
44
+
36
45
  Object.assign(externalResources, {'/templates/scripts/jornaya.html': ['/templates/scripts/', 'jornaya.html']});
37
46
 
38
47
  if (isModWhiteLabel || domainHasModernize) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.31-beta.1",
3
+ "version": "3.6.32-beta.1",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"