Base solution for your next web application
Open Closed

Public Site Bundling #5417


User avatar
0
kyckradmin created

Hi guys,

I was just looking for some clarification on the bundling process and how it happens on the public site.

After pushing the site to a hosted environment the icons (font-awesome/gliphicons) were not loading/displaying, after some research we found that the required font/image files weren't being copied over to a directory used on the hosted site. We have created a script to automate this process and everything is displaying now.

I was wondering if the "npm create-bundles" command in the start-up guide should cover this task or if it is meant to be a manual task?

Any information on the process would be greatly appreciated.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @Kyckradmin,

    For public website, you should create the bundles using Bundler & Minifier tool <a class="postlink" href="https://github.com/madskristensen/BundlerMinifier">https://github.com/madskristensen/BundlerMinifier</a>.

  • User Avatar
    0
    kyckradmin created

    @ismcagdas

    Perfect, we have used this to create the bundles, thank you very much for the clarification.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Great :)