mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2993 from GSA/remove-timeoutpop-from-bundle
timeoutPopup not needed in main bundle
This commit is contained in:
@@ -86,7 +86,6 @@ const javascripts = () => {
|
|||||||
|
|
||||||
// Use the mainBundle as the base and append remaining non-transpiled files at the end
|
// Use the mainBundle as the base and append remaining non-transpiled files at the end
|
||||||
return mainBundle
|
return mainBundle
|
||||||
.pipe(plugins.addSrc.append(paths.src + 'javascripts/timeoutPopup.js'))
|
|
||||||
.pipe(plugins.addSrc.append(paths.src + 'javascripts/listEntry.js'))
|
.pipe(plugins.addSrc.append(paths.src + 'javascripts/listEntry.js'))
|
||||||
.pipe(plugins.addSrc.append(paths.src + 'javascripts/stick-to-window-when-scrolling.js'))
|
.pipe(plugins.addSrc.append(paths.src + 'javascripts/stick-to-window-when-scrolling.js'))
|
||||||
.pipe(plugins.addSrc.append(paths.src + 'javascripts/totalMessagesChart.js'))
|
.pipe(plugins.addSrc.append(paths.src + 'javascripts/totalMessagesChart.js'))
|
||||||
|
|||||||
Reference in New Issue
Block a user