Skip to content

Commit 953c259

Browse files
committed
rm plotcss.js and ploticon.js + require ignored files in build/
1 parent 5a536d3 commit 953c259

File tree

3 files changed

+2
-125
lines changed

3 files changed

+2
-125
lines changed

src/css/plotcss.js

-56
This file was deleted.

src/fonts/ploticon.js

-67
This file was deleted.

src/plotly.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ exports.Lib = require('./lib/lib');
77
exports.util = require('./lib/plotly_util');
88

99
// icons, css and configuration
10-
exports.Icons = require('./fonts/ploticon');
11-
require('./css/plotcss');
10+
exports.Icons = require('../build/ploticon');
11+
require('../build/plotcss');
1212

1313
exports.MathJaxConfig = require('./fonts/mathjax_config');
1414
exports.defaultConfig = require('./plot_config');

0 commit comments

Comments
 (0)