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)
-
0
@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>.
-
0
@ismcagdas
Perfect, we have used this to create the bundles, thank you very much for the clarification.
-
0
Great :)