diff options
| author | moehm | 2014-11-03 15:21:16 +0100 |
|---|---|---|
| committer | moehm | 2014-11-03 15:21:16 +0100 |
| commit | 4a21347d01c6837159bc489a859fa494a6a8d339 (patch) | |
| tree | 9a09b8f1b41c244b6232e9f2c5f4979d5cc43cef /static/bootstrap/js/npm.js | |
| parent | 5ee0ffcdce5a931eda3c8a21336b0b396aac1624 (diff) | |
| download | jungegemeinde-4a21347d01c6837159bc489a859fa494a6a8d339.tar.gz | |
Added preloader javascript.preloader
Diffstat (limited to 'static/bootstrap/js/npm.js')
| -rw-r--r-- | static/bootstrap/js/npm.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/bootstrap/js/npm.js b/static/bootstrap/js/npm.js new file mode 100644 index 0000000..bf6aa80 --- /dev/null +++ b/static/bootstrap/js/npm.js @@ -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')
\ No newline at end of file |
