0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 16:22:41 +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": [ "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) - 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 - Removed a lot of unused files in shared
- vitreum v4 now lets me use codemirror as a pure node dependacy - 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 ### Saturday, 03/12/2016 - v2.6.0

View File

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

View File

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