mod-build 3.6.64-beta.1 → 3.6.64
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.6.64
|
|
4
4
|
|
|
5
|
-
- Removing the massive amounts of console logs added in version `3.6.60`; I think the issue with our `grab-shared-scripts` task was that we are calling the `[replaceFooterStylesReference, replaceFooterStylesReferenceInMap]` twice. On the first go around, the QS footer styles are not yet
|
|
5
|
+
- Removing the massive amounts of console logs added in version `3.6.60`; I think the issue with our `grab-shared-scripts` task was that we are calling the `[replaceFooterStylesReference, replaceFooterStylesReferenceInMap]` twice. On the first go around, the QS footer styles are not yet loaded, & then once QS footer styles DID get loaded and we called the function a second time – it might have gotten hung up (we should only call these functions once).
|
|
6
6
|
|
|
7
7
|
## 3.6.63
|
|
8
8
|
|
|
@@ -105,7 +105,6 @@ function getResource(url, config = {}, fn, fnArray) {
|
|
|
105
105
|
}))
|
|
106
106
|
.pipe(config.gulp.dest(`${config.siteSettings.srcFolder}/resources/${config.dest}`))
|
|
107
107
|
.on('finish', function(){
|
|
108
|
-
console.log(fileNames[config.fileName]);
|
|
109
108
|
resolve();
|
|
110
109
|
});
|
|
111
110
|
})
|