You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/11 08:28:25 UTC

[GitHub] [airflow] ashb commented on issue #6290: [AIRFLOW-5618] Remove copy of pygments style

ashb commented on issue #6290: [AIRFLOW-5618] Remove copy of pygments style
URL: https://github.com/apache/airflow/pull/6290#issuecomment-540968858
 
 
   We've already got the `CompileAsserts` command class in setup.py - could we make that do this bit:
   
   ```python
           formatter = HtmlFormatter(style='default')
           style_defs = formatter.get_style_defs()
   ```
   
   And then write it out to www/static/css/ before then calling the compile_assets script?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services