You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Repos\Client-Backoffice\Backoffice> cmd.exe /c gulp -b "C:\Repos\Client-Backoffice\Backoffice" --color --gulpfile "C:/Repos/Client-Backoffice/Backoffice/Gulpfile.js" default
[09:51:05] Using gulpfile C:\Repos\Client-Backoffice\Backoffice\Gulpfile.js
09:51:05] Starting '09:51:05] Starting '[default'...[clean'...
clean' after [09:51:05] Finished '61 ms
09:51:05] Starting '[bundleScss'...
bundleScss' after [09:51:08] Finished '3.05 s
09:51:08] Starting '09:51:08] Starting '09:51:08] Starting '09:51:08] Starting '[bundleJs'...[bundleCss'...
[copyAssets'...[copyVendors'...
WARNING (@babel/preset-env): The `corejs` option only has an effect when the `useBuiltIns` option is not `false`
[09:51:13] Finished 'copyVendors' after 4.46 s
09:51:13] Finished '4.55 s[bundleCss' after bundleJs' after [09:51:13] Finished '4.65 s
09:51:13] Finished '4.81 s[copyAssets' after default' after [09:51:13] Finished '7.92 s
Process terminated with code 0.
Please provide the following information:
OS & version [e.g. MacOS Catalina 10.15.4]: Windows
node version (run node -v): 20.14.0
npm version (run npm -v): 10.7.0
gulp version (run gulp -v): 5.0.0
Additional information
Missing application.min.js, application.min.js.map and jquery.vlidation.bundle.min.js
The text was updated successfully, but these errors were encountered:
Something similar happened to me. I found out that the package that contained the files had updated its version in my package.lock, and the bundled files location too.
@Svenmarim unfortunately the core team doesn't have the capacity to debug your entire gulpfile. If you can reduce this to a simple case, we'd be more able to help. Otherwise, I can transfer this to a GitHub Discussion for you to get some community support.
What were you expecting to happen?
After running Gulp on my project, to have 22 files within the wwwroot/dist/js/bundles folder.
What actually happened?
I only have 19 files.
Please give us a sample of your gulpfile
Terminal output / screenshots
Please provide the following information:
node -v
): 20.14.0npm -v
): 10.7.0gulp -v
): 5.0.0Additional information
Missing
application.min.js
,application.min.js.map
andjquery.vlidation.bundle.min.js
The text was updated successfully, but these errors were encountered: