1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 11:05:55 +00:00

Trying to fix prod builds breaking

This commit is contained in:
Scott Tolksdorf
2016-12-26 19:16:42 -05:00
parent 47396e5c7e
commit 95aa803c61
4 changed files with 6 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"presets": [
"env",
"react"
"react",
"latest"
]
}

View File

@@ -26,7 +26,8 @@ All brews made previous to the release of v3.0.0 will still render normally.
- Fixed realtime renderer not functioning if loaded with malformed html on load (thanks u/RattiganIV re:247)
- Removed a lot of unused files in shared
- vitreum v4 now lets me use codemirror as a pure node dependacy
- Moved the brew editor and renderer into shared, and made a new hybrid component for them
- Added a line highlighter to lines with new pages
### Saturday, 03/12/2016 - v2.6.0

View File

@@ -14,7 +14,6 @@
"author": "stolksdorf",
"license": "MIT",
"dependencies": {
"babel-preset-env": "^1.1.8",
"basic-auth": "^1.0.3",
"body-parser": "^1.14.2",
"classnames": "^2.2.0",

View File

@@ -4,12 +4,9 @@
width : 100%;
.codeEditor{
height : 100%;
.pageLine{
background-color: fade(@blue, 30%);
border-bottom : #333 solid 1px;
background-color : fade(#333, 30%);
border-bottom : #333 solid 1px;
}
}
}