Inline assets. How to do it?

Hello,

The webs that I need to create are very simple landing pages. Most of them are one-page design.

The most important parameter for me is speed on mobile.

Thinking in that I just use the mobile portrait to design and I would like to know ho can unify the CSS, JS in the HTML file to have styles and JS in line.
In my experience, working with my CDN, CloudFlare, I get a speed up of my sites.

Thanks
Issac


Here is my public share link: LINK
(how to access public share link)

This is not possible when hosting with Webflow, as the external scripts are generated separately.

Feel free to request here https://wishlist.webflow.com

Thank you @samliew samliew for your answer. My idea is export and host them in my own server.

When I export I got this:

Three CSS files

myweb.webflow.css
normalize.css
webflow.css

And two JS:

modernizr.js
webflow.js

I would like to integrate all into index.html

Thanks
Issac

Contents of CSS files go between

<style>

</style>

Contents of JS files go between

<script>

</script>

Put them just before closing </body></html> tag at the bottom of each page.

Thank you very much.

Any especial order with the three CSS files??

Every CSS file have to be in its own tag?

Thanks

In the same order they were included in each file.

Wouldn’t make any difference either way.

Ok. Thanks you very much, for answer soy quickly. :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.