Hey folks
I’m hoping someone can tell me if I’m on the right track or should change course!
I’m using i18n to build out 30 landing pages; all of which have the same structure, but have different stylesheets, copy and images. Right now when I build my project, I’m given a directory based on my locale and an index.html file. This is exactly how it should work and what I was expecting
My hope is I can find a way to have middleman bundle up each landing page into a directory based on the locale and also include the associated styles, images, js etc in each generated directory.
eg:
/landingpage-01
- index.html
- /CSS
- landingpage-01.css
- /js
- /images
- landingpage-02image.jpg
/landingpage-02
- index.html
- /CSS
- landingpage-02.css
- /js
- /images
- landingpage-02image.jpg