This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit cc51e1fda4bd7d2cedc756435c1a1ac7425b97e5 Author: Vishal Gupta <[email protected]> AuthorDate: Mon Aug 2 16:17:52 2021 +0530 Adds compile_assets to INSTALL (#17377) (cherry picked from commit 0e6e04e5f80eaf186d28ac62d4178e971ccf32bc) --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index ced87c9..111b51f 100644 --- a/INSTALL +++ b/INSTALL @@ -104,3 +104,8 @@ telegram, trino, vertica, virtualenv, webhdfs, winrm, yandex, zendesk # END EXTRAS HERE # For installing Airflow in development environments - see CONTRIBUTING.rst + +# COMPILING FRONT-END ASSETS (in case you see "Please make sure to build the frontend in static/ directory and then restart the server") +# Optional : Installing yarn - https://classic.yarnpkg.com/en/docs/install + +python setup.py compile_assets
