hugo/resource
Bjørn Erik Pedersen 6b02f5c0f4 Make resources fetched via resources.Get and similar language agnostic
With the newly released Hugo Pipes, resources fetched and processed via `resources.Get` and similar was published to the relevant language sub folder when in multilingual mode.

The thought behind that was maximum flexibility with support for `assetDir` per language.

In practice this was a bad idea:

* You get duplication of identical content, with added processing time
* You end up with path issues that seem to be hard to find a way around (`@fa-font-path` is one example)

This commit changes that. Now there is only one `assetDir` and if you, as one example, need to generate a CSS per langugage, you need to set the paths yourself.

Fixes #5017
2018-07-31 23:33:04 +02:00
..
bundler
create
integrity
minifiers
postcss resource/postcss: Try node_modules/postcss-cli/bin/postcss first 2018-07-18 10:00:50 +02:00
templates
testdata
tocss/scss tocss/scss: Improve _ prefix handling in SCSS imports 2018-07-31 16:53:03 +02:00
image.go
image_cache.go Fix file paths for uncached transformed images 2018-07-31 13:31:35 +02:00
image_test.go Fix file paths for uncached transformed images 2018-07-31 13:31:35 +02:00
readers.go
resource.go Make resources fetched via resources.Get and similar language agnostic 2018-07-31 23:33:04 +02:00
resource_cache.go
resource_metadata.go
resource_metadata_test.go
resource_test.go
smartcrop.go
testhelpers_test.go
transform.go
transform_test.go