arXiv / arxiv-submission-ui

User interface of NG submit system.
MIT License
2 stars 6 forks source link

Add SASS middleware #139

Closed bdc34 closed 5 years ago

bdc34 commented 5 years ago

Currently we have some sass files but nothing to compile them.

Add middleware to compile sass as described here: https://sass.github.io/libsass-python/frameworks/flask.html#directory-layout

Also, compile on Flask app startup if is not development/debugging.

bdc34 commented 5 years ago

Once setup, remove sass derivatives from source control.

erickpeirson commented 5 years ago

We're going to put this on hold until I'm back. Leaning strongly against any kind of compilation on the fly. So far our sass builds fine with sass. We can look at this in the context of build/deployment, but disinclined to add more runtime stuff unless there is a compelling reason.