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
when using the inlineText: true option, all HTML files are generated as JS. However the original HTML files are still copied to the output folder, although they aren't used anymore.
I'm using this for a PhoneGap app, and would like to keep the output as small as possible,
Is there any way using app.build.js to specify the converted HTML files to be deleted in output?
The text was updated successfully, but these errors were encountered:
Correct, we need #344 implemented, so closing this in favor of using #344 to track this capability.
In the meantime, you could use the onModuleBundleComplete hook to find out what was included, then work out your own post-build deletion scheme. That, or analyze the build.txt file in the output folder, if it is not a single file JS optimization.
Hi,
when using the inlineText: true option, all HTML files are generated as JS. However the original HTML files are still copied to the output folder, although they aren't used anymore.
I'm using this for a PhoneGap app, and would like to keep the output as small as possible,
Is there any way using app.build.js to specify the converted HTML files to be deleted in output?
The text was updated successfully, but these errors were encountered: