Skip to content

Commit 51b8c59

Browse files
committed
Updating bower.json to reference non-minified file
The minified version of plotly.min.js results in grunt-contrib-uglify hanging when it hits the file (gruntjs/grunt-contrib-uglify#233) Best practices captured at https://github.com/bower/bower/issues/393e specify that the main bower file should point to unminified files.
1 parent 7c5a22d commit 51b8c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plotly.js",
33
"description": "The open source javascript graphing library that powers plotly",
4-
"main": "./dist/plotly.min.js",
4+
"main": "./dist/plotly.js",
55
"authors": [
66
"Plotly, Inc."
77
],

0 commit comments

Comments
 (0)