Changed the favicon, added the boostrap js file, reconfigure the top menu

This commit is contained in:
CatalinScr
2017-08-01 15:20:29 +03:00
parent 896186d059
commit e609950977
6 changed files with 27 additions and 6 deletions

View File

@@ -176,6 +176,7 @@ $(function () {
require([
'less!/customize/src/less2/main.less',
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
'/bower_components/bootstrap/dist/js/bootstrap.min.js'
], function () {
if (pathname === '/') {
// TODO(cjd): This is a hack because the template system doesn't make it easy.