-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subfolders in ./js #128
Comments
Hi @krempe-20. If you use the |
The problem is: I my case, this works for the "gulp run ...", but not for "gulp create-package". The package created contains none of the imported JS files. The imports in my mains.js look like import { FuExportConfig } from './export/FuExport.component'; Regards, |
As a workaround, I just created the zip file manualy, now it works after uploading the zip into the live system. |
Ah, gotcha. I neglected to mention that this option should work with the Jeff |
I will say I have issues with the JS truncating sometimes when running that.
I dont know if it is a local issue, but if you do start to see js not
loading on primo
check the package created by gulp has the full js content
…On Thu, 22 Jul 2021 at 13:16, Jeff Peterson ***@***.***> wrote:
Ah, gotcha. I neglected to mention that this option should work with the
create-package task too. For example: gulp create-package --browserify
--view CENTRAL_PACKAGE.
Jeff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE2Q7WV2DI3DBZKSUSBL2TTZAD2XANCNFSM5AYC2TIQ>
.
|
I tried gulp create-package --browserify --viewI MYVIEW, same result. The subdirectories in ./js are not include. |
Is it possible to add all subfolders of ./js to the package creation?
Reagards,
Christoph
The text was updated successfully, but these errors were encountered: