Skip to content

Commit 39241d7

Browse files
committed
Implement Page bundling and image handling
This commit also improves on the following: * Symbolic links are now allowed anywhere inside /content Fixes gohugoio#3651 Closes gohugoio#3158 Fixes gohugoio#1014 Closes gohugoio#2021 Fixes gohugoio#1240 Updates gohugoio#3757
1 parent 02f2735 commit 39241d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+4859
-2935
lines changed

Gopkg.lock

+102-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
revision = "v1.1.0"
2222

2323
[[constraint]]
24-
branch = "master"
25-
name = "github.com/dchest/cssmin"
24+
name = "github.com/disintegration/imaging"
25+
revision = "v1.2.4"
2626

2727
[[constraint]]
2828
name = "github.com/magefile/mage"
@@ -116,6 +116,10 @@
116116
name = "github.com/stretchr/testify"
117117
version = "1.1.4"
118118

119+
[[constraint]]
120+
branch = "master"
121+
name = "github.com/olekukonko/tablewriter"
122+
119123
[[constraint]]
120124
name = "github.com/yosssi/ace"
121125
version = "0.0.5"

0 commit comments

Comments
 (0)