Merge pull request #125 from dod-ccpo/vue

Add Parcel front end stuff
This commit is contained in:
patricksmithdds
2018-08-03 14:05:05 -04:00
committed by GitHub
80 changed files with 7134 additions and 333 deletions

View File

@@ -63,6 +63,11 @@ def make_flask_callbacks(app):
"atat_permissions": [],
}
@app.template_filter('iconSvg')
def _iconSvg(name):
with open('static/icons/'+name+'.svg') as contents:
return contents.read()
def map_config(config):
return {