Added Bootstrap and jQuery

This commit is contained in:
George Kaklamanos 2015-07-15 13:31:04 +03:00
parent cc6b135b73
commit 66a5fe3ad0
16 changed files with 10095 additions and 0 deletions

13
bootstrap/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')