From ec688b4723a041044226358bcd4dd6e2da39da49 Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Thu, 23 Feb 2017 17:01:02 +0100 Subject: Initial commit: cframework. Longbow and Libparc Change-Id: I90378dbd30da6033b20fb1f829b3b822cf366c59 Signed-off-by: Luca Muscariello --- longbow/documentation/doxygen-extras/bootstrap/js/npm.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 longbow/documentation/doxygen-extras/bootstrap/js/npm.js (limited to 'longbow/documentation/doxygen-extras/bootstrap/js/npm.js') diff --git a/longbow/documentation/doxygen-extras/bootstrap/js/npm.js b/longbow/documentation/doxygen-extras/bootstrap/js/npm.js new file mode 100644 index 00000000..bf6aa806 --- /dev/null +++ b/longbow/documentation/doxygen-extras/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 -- cgit 1.2.3-korg