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)
188
188
{
189
189
$ dir = $ this ->getDirectory ($ target . 'css ' );
190
190
copy ($ this ->templatePath . 'css/bootstrap.min.css ' , $ dir . 'bootstrap.min.css ' );
191
+ copy ($ this ->templatePath . 'css/nv.d3.css ' , $ dir . 'nv.d3.css ' );
191
192
copy ($ this ->templatePath . 'css/style.css ' , $ dir . 'style.css ' );
192
193
193
194
$ dir = $ this ->getDirectory ($ target . 'fonts ' );
@@ -199,6 +200,8 @@ protected function copyFiles($target)
199
200
$ dir = $ this ->getDirectory ($ target . 'js ' );
200
201
copy ($ this ->templatePath . 'js/bootstrap.min.js ' , $ dir . 'bootstrap.min.js ' );
201
202
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 ' );
202
205
copy ($ this ->templatePath . 'js/holder.js ' , $ dir . 'holder.js ' );
203
206
copy ($ this ->templatePath . 'js/html5shiv.js ' , $ dir . 'html5shiv.js ' );
204
207
copy ($ this ->templatePath . 'js/jquery.js ' , $ dir . 'jquery.js ' );
You can’t perform that action at this time.
0 commit comments