File tree Expand file tree Collapse file tree 5 files changed +798
-4
lines changed
Expand file tree Collapse file tree 5 files changed +798
-4
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ protected function copyFiles($target)
188188 {
189189 $ dir = $ this ->getDirectory ($ target . 'css ' );
190190 copy ($ this ->templatePath . 'css/bootstrap.min.css ' , $ dir . 'bootstrap.min.css ' );
191+ copy ($ this ->templatePath . 'css/nv.d3.css ' , $ dir . 'nv.d3.css ' );
191192 copy ($ this ->templatePath . 'css/style.css ' , $ dir . 'style.css ' );
192193
193194 $ dir = $ this ->getDirectory ($ target . 'fonts ' );
@@ -199,6 +200,8 @@ protected function copyFiles($target)
199200 $ dir = $ this ->getDirectory ($ target . 'js ' );
200201 copy ($ this ->templatePath . 'js/bootstrap.min.js ' , $ dir . 'bootstrap.min.js ' );
201202 copy ($ this ->templatePath . 'js/highcharts.js ' , $ dir . 'highcharts.js ' );
203+ copy ($ this ->templatePath . 'js/d3.min.js ' , $ dir . 'd3.min.js ' );
204+ copy ($ this ->templatePath . 'js/nv.d3.min.js ' , $ dir . 'nv.d3.min.js ' );
202205 copy ($ this ->templatePath . 'js/holder.js ' , $ dir . 'holder.js ' );
203206 copy ($ this ->templatePath . 'js/html5shiv.js ' , $ dir . 'html5shiv.js ' );
204207 copy ($ this ->templatePath . 'js/jquery.js ' , $ dir . 'jquery.js ' );
You can’t perform that action at this time.
0 commit comments