Skip to content

Commit

Permalink
Deploy 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjohansson committed Feb 9, 2018
1 parent 28fce37 commit 458cb4a
Show file tree
Hide file tree
Showing 7 changed files with 612 additions and 146 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.3.4
## 02/09/2018

1. [](#improved)
* Prevent RuntimeException on external templates ([#12](https://github.com/robbinfellow/haywire-grav/issues/12), [5354003](https://github.com/robbinfellow/haywire-grav/commit/53540039bf60ae6a4322bd16cec28565b927bcc8))
* Improve asset cache busting handler ([#14](https://github.com/robbinfellow/haywire-grav/issues/14), [#15](https://github.com/robbinfellow/haywire-grav/issues/15), [28fce37](https://github.com/robbinfellow/haywire-grav/commit/28fce37a152e6eac772fd47defe5f11c89e281b5))

# v0.3.3
## 01/22/2018

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Haywire
version: 0.3.3
version: 0.3.4
description: A modern starter theme for Grav CMS using modern frameworks and tools such as Laravel Mix, Vuejs, Bulma.
icon: empire
author:
Expand Down
2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=ab0684f27c33a69246c2",
"/js/app.js": "/js/app.js?id=6248d161f0328e822330",
"/css/app.css": "/css/app.css?id=1f1500e21b66c2b2aa54"
}
1 change: 1 addition & 0 deletions haywire.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function onThemeInitialized()

public function onTwigSiteVariables()
{
// Asset cache busting handler
$manifest = __DIR__ . '/dist/mix-manifest.json';

if (file_exists($manifest)) {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "haywire-grav",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/robbinfellow/haywire-grav#readme",
"author": "Robbin Johansson <robbinfellow@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/robbinfellow/haywire-grav.git"
Expand All @@ -21,7 +22,7 @@
"babel-polyfill": "^6.26.0",
"bulma": "^0.6.0",
"cross-env": "^5.1.3",
"laravel-mix": "^1.7.2",
"laravel-mix": "^2.0.0",
"vue": "^2.5.13"
}
}
Loading

0 comments on commit 458cb4a

Please sign in to comment.