diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 22:39:40 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 22:39:40 -0700 |
commit | 13ab25dfa3e3ca99235e3bfd2189e7413e2945c8 (patch) | |
tree | b790fecdf9403ff1eec3f4507d251a39ffc45aa6 /ext/mixed/lib/bootstrap/js/npm.js | |
parent | 1a9e0243f4cb64fb2ee284e7b96a28ec6aa3d23a (diff) |
file reorg, updating jquery and handlebars
Diffstat (limited to 'ext/mixed/lib/bootstrap/js/npm.js')
-rw-r--r-- | ext/mixed/lib/bootstrap/js/npm.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/mixed/lib/bootstrap/js/npm.js b/ext/mixed/lib/bootstrap/js/npm.js new file mode 100644 index 00000000..bf6aa806 --- /dev/null +++ b/ext/mixed/lib/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 |