mod-build 3.5.1--beta.21 → 3.5.1--beta.22

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.
@@ -27,8 +27,8 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
27
27
  // key: inputPath, value: destPath
28
28
 
29
29
  externalResources = {
30
- '/shared-components/**/*.html': ['/shared-components/**', '*.html'],
31
- '/shared-components/**/*.scss': ['/shared-components/**', '_*.scss']
30
+ '/shared-components/carousel/carousel.html': ['/shared-components/carousel', 'carousel.html'],
31
+ '/shared-components/carousel/carousel.scss': ['/shared-components/carousel', '_carousel.scss']
32
32
  };
33
33
 
34
34
  if (!nodeEnv) {
@@ -17,6 +17,7 @@ module.exports = function() {
17
17
  dataSubfolder: 'data',
18
18
  nodeEnv: process.env.NODE_ENV, // eslint-disable-line no-undef
19
19
  isLocal: process.env.IS_LOCAL, // eslint-disable-line no-undef
20
- buildPath: process.env.BUILD_PATH // eslint-disable-line no-undef
20
+ buildPath: process.env.BUILD_PATH, // eslint-disable-line no-undef
21
+ isQSPage: window.location.href.includes('quadlink')
21
22
  };
22
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.5.1--beta.21",
3
+ "version": "3.5.1--beta.22",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"