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
Create a compilation flag to set the asset directory location and name for HTML emails. The asset directory works fine for live previewing images right now, but when it comes to setting a compiled version to send off, more customizability might be needed.
Example implementation:
emailstack compile test.html -a .
This would compile test.html with assets loaded into the current directory. The default can still be a folder called assets in the output folder
The text was updated successfully, but these errors were encountered:
Create a compilation flag to set the asset directory location and name for HTML emails. The asset directory works fine for live previewing images right now, but when it comes to setting a compiled version to send off, more customizability might be needed.
Example implementation:
This would compile test.html with assets loaded into the current directory. The default can still be a folder called assets in the output folder
The text was updated successfully, but these errors were encountered: