Loader

Estimated reading: 1 minute 111 views

Gulp+HBS version logo change by gulp.config.json

  • open gulp.config.json
  • set your path loader path after your image folder for example.
  • “loaderName”: “loader.gif”
  • In image directory of directory for example images folder has brand folder.
  • “loaderName”: “loader/{logoNme}.gif”
  • In code file goto src/templates/partials/backend/loader.hbs remove all item and add your html content to this file.

HTML, Gulp+HTML, Webpack+HTML version logo change with replace loader file
change with html

<!– loader Start –>
<div id=”loading”>
        <div id=”loading-center”>
        </div>
</div>
<!– loader END –>

 

Leave a Comment

Share this Doc

Loader

Or copy link

CONTENTS