upgraded theme to bootstrap and added support for subdirectory hosting

This commit is contained in:
Christian Haschek
2016-11-04 14:54:39 +01:00
parent ff33bed7cd
commit 165cb2f84c
36 changed files with 2803 additions and 1416 deletions

13
js/npm.js Normal file
View File

@@ -0,0 +1,13 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')