Skip to content

Commit

Permalink
Updates for cms-2.x (#59)
Browse files Browse the repository at this point in the history
* Use Yarn v1.9.4

* Upgrade dependencies

* No need for cms-assets anymore

* Upgrade hugo binaries
  • Loading branch information
DavidRayner authored and erquhart committed Jul 15, 2019
1 parent bceac42 commit fa29ec4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
Binary file modified bin/hugo.darwin
Binary file not shown.
Binary file modified bin/hugo.exe
Binary file not shown.
Binary file modified bin/hugo.linux
Binary file not shown.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
command = "yarn build"
publish = "dist"
[build.environment]
YARN_VERSION = "1.3.2"
YARN_VERSION = "1.9.4"

[context.deploy-preview]
command = "yarn build-preview"
2 changes: 0 additions & 2 deletions site/static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

<title>Content Manager</title>
<!-- Include the stylesheets from your site here -->
<link rel="stylesheet" href="/css/cms.css" />
<!-- Include a CMS specific stylesheet here -->

<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
</head>
Expand Down
1 change: 0 additions & 1 deletion src/css/cms.css

This file was deleted.

0 comments on commit fa29ec4

Please sign in to comment.