From 8eedfb1d17225134b9778ea995a9505df84f2c37 Mon Sep 17 00:00:00 2001 From: almossawi Date: Sat, 13 Dec 2014 11:15:54 +0300 Subject: [PATCH] Add missing js files to gulpfile (issue #268) --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 9cd9f3f3..679bb3bd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,11 +18,13 @@ var dist = './js/', jsFiles = [ src + 'common/data_graphic.js', + src + 'common/bootstrap_tooltip_popover.js', src + 'common/chart_title.js', src + 'common/y_axis.js', src + 'common/x_axis.js', src + 'common/init.js', src + 'common/markers.js', + src + 'layout/bootstrap_dropdown.js', src + 'layout/button.js', src + 'charts/line.js', src + 'charts/histogram.js',