retornam commented on issue #3572: [AIRFLOW-2691] Makes Airflow's JS code (and dependencies) manageable via npm and webpack URL: https://github.com/apache/airflow/pull/3572#issuecomment-512527477 @ashb this is from freshly installed apache-airflow using pip ```├── ace.js ├── airflow.gif ├── bootstrap-theme.css ├── bootstrap-toggle.min.css ├── bootstrap-toggle.min.js ├── bootstrap3-typeahead.min.js ├── connection_form.js ├── d3.tip.v0.6.3.js ├── d3.v3.min.js ├── dagre-d3.js ├── dagre-d3.min.js ├── dagre.css ├── dataTables.bootstrap.css ├── favicon.ico ├── gantt-chart-d3v2.js ├── gantt.css ├── graph.css ├── jqClock.min.js ├── jquery.dataTables.css ├── jquery.dataTables.min.js ├── loading.gif ├── main.css ├── mode-sql.js ├── nv.d3.css ├── nv.d3.js ├── para │ ├── parallel.css │ ├── parallel.js │ └── webgl-2d.js ├── pin.svg ├── pin_100.jpg ├── pin_100.png ├── pin_25.png ├── pin_30.png ├── pin_35.png ├── pin_40.png ├── pin_large.jpg ├── pin_large.png ├── screenshots │ ├── gantt.png │ ├── graph.png │ └── tree.png ├── sort_asc.png ├── sort_both.png ├── sort_desc.png ├── theme-crimson_editor.js ├── tree.css └── underscore.js``` The compiled assets arent there.
---------------------------------------------------------------- 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
