* Fixed fonts * Fixed assets * Fixed logo in emails * Switched to immediate email delivery * Fixed prod emails and added deployment tasks * Fixed deployments * Updated README * Added Bike Collectives Core to README * Fixed issue with map loading * Fixed issue with map loading * Added map JSON data to assets precompilation * Fixed error sending to conference administrators * Let error report signature wrap * Fixed backtrace in error reports * Fixed backtrace in error reports * Moved pronoun heading to make it more obvoius I moved the "Pronoun" heading directly above the input field. It turned out that a lot of users were entering "He or "She" in the name field, I believe that was because of the placement of the "Pronoun" heading. I also needed to remove the optional warning but I'm hoping that won't cause problems. * Added an error message when no email address is used on login * Fixed select guest table * Added house rules to housing admin and review * Edit workshop locale warning * Fixed workshop translation saving + ordered guests
106 lines
2.4 KiB
JSON
106 lines
2.4 KiB
JSON
{
|
|
"stylesheets": ["application", "editor", "admin"],
|
|
"precompile": {
|
|
"test": {
|
|
"safari": ["5"],
|
|
"chrome": ["55"]
|
|
},
|
|
"development": {
|
|
"safari": ["5", "5.1"],
|
|
"and_chr": ["60"],
|
|
"chrome": ["60"],
|
|
"edge": ["13"],
|
|
"firefox": ["54"],
|
|
"ie": ["11"],
|
|
"ios_saf": ["8", "9"]
|
|
}
|
|
},
|
|
"background-color": "#FFFEFE",
|
|
"breakpoint-unit": "px",
|
|
"unresponsive-width": 1000,
|
|
"row-width": 1000,
|
|
"total-columns": 12,
|
|
"platforms": {
|
|
"mobile": {
|
|
"range": [0,700]
|
|
},
|
|
"desktop": {
|
|
"range": [0,0]
|
|
}
|
|
},
|
|
"breakpoints": {
|
|
"small": {
|
|
"range": [0],
|
|
"grid": "y",
|
|
"offset": "n",
|
|
"reset-order": "n"
|
|
},
|
|
"medium": {
|
|
"range": [680],
|
|
"grid": "y",
|
|
"offset": "n",
|
|
"reset-order": "n"
|
|
},
|
|
"large": {
|
|
"range": [1024],
|
|
"grid": "y",
|
|
"offset": "n",
|
|
"reset-order": "n"
|
|
},
|
|
"small-only": {
|
|
"range": [0,319],
|
|
"grid": "n",
|
|
"offset": "n",
|
|
"reset-order": "n"
|
|
},
|
|
"medium-only": {
|
|
"range": [320,1023],
|
|
"grid": "n",
|
|
"offset": "n",
|
|
"reset-order": "n"
|
|
}
|
|
},
|
|
"grid-push": [1, 2],
|
|
"grid-pull": [1, 2],
|
|
"font-loading-method": "http2",
|
|
"fonts": {
|
|
"primary": {
|
|
"name": "Sanchez Light",
|
|
"location": "Sanchez",
|
|
"svg_id": "wf",
|
|
"ttf_type": "ttf",
|
|
"fallback": ["Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "sans-serif"]
|
|
},
|
|
"secondary": {
|
|
"name": "AlteHaasGroteskBold",
|
|
"location": "AlteHaasGroteskBold",
|
|
"svg_id": "alte_haas_groteskbold",
|
|
"ttf_type": "ttf",
|
|
"fallback": ["Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "sans-serif"]
|
|
},
|
|
"monospace": {
|
|
"name": "NotCourierSans",
|
|
"location": "NotCourierSans",
|
|
"svg_id": "notcouriersans",
|
|
"ttf_type": "ttf",
|
|
"fallback": ["Courier New", "monospace"],
|
|
"auto_load": "n"
|
|
},
|
|
"monospace-bold": {
|
|
"name": "NotCourierSans",
|
|
"location": "NotCourierSans-Bold",
|
|
"svg_id": "notcouriersansbold",
|
|
"ttf_type": "ttf",
|
|
"fallback": ["Courier New", "monospace"],
|
|
"auto_load": "n",
|
|
"weight": "bold"
|
|
}
|
|
},
|
|
"sprites": {
|
|
"icons": {
|
|
"bb-icon-logo": [0, 0, "182px", "149px"],
|
|
"bb-icon-logo-text": ["182px", 0, "136px", "149px"]
|
|
}
|
|
}
|
|
}
|