OpenSourceEcon / oselab

Open Source Macroeconomics Lab Webpage built in Flask
9 stars 7 forks source link

Set up asset pipeline #30

Closed asmockler closed 6 years ago

asmockler commented 6 years ago

Resolves #2

Uses flask-assets to bundle JS and CSS dependencies within the project. Previously we were making a lot of separate requests for assets (esp CSS) and this will cut down on that a lot. Also, assets are minified which will save some bytes.