thanatos11 opened a new issue #12440: Missing files from distro
URL: https://github.com/apache/incubator-echarts/issues/12440
 
 
   ### Version
   4.7.0
   
   ### Steps to reproduce
   bower install / bower build will not work properly because of missing 
bower.json
   
   ### What is expected?
   work with bower auto-compile
   
   ### What is actually happening?
   skipping all echarts scripts and not rendering echarts inside the system for 
angular
   
   ---
   I created a new file in the root called: bower.json, and added the 
following, this seems to fix it:
   
   {
   "name": "echarts",
   "version": "4.7.0",
   "keywords": ["echarts"],
   "main": "dist/echarts.js",
   "ignore": [
   "**/.*",
   "Gruntfile.js",
   "src",
   "node_modules",
   "bower_components"
   ]
   }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to