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

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