hugo/resource
Bjørn Erik Pedersen f219ac09f6 tocss/scss: Improve SCSS project vs themes import resolution
Before this commit, only SASS/SCSS  components imported from main.scss at first level can be overwritten by homonymous files in projects or over-preceding theme components.

This commit fixes that by implementing a custom import resolver which will be tried first. This resolver will make sure that the project/theme hierarchy is always respected.

Fixes #5008
2018-07-31 10:54:10 +02:00
..
bundler resource/bundler: Improve error message 2018-07-16 10:42:07 +02:00
create resource: Clean up the in-memory Resource reader usage 2018-07-12 21:32:52 +02:00
integrity resource/integrity: Remove unused code 2018-07-14 11:17:48 +02:00
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 SCSS project vs themes import resolution 2018-07-31 10:54:10 +02:00
image.go
image_cache.go Fix image cache eviction for sites with subdir in baseURL 2018-07-29 14:26:45 +02:00
image_test.go
readers.go resource: Clean up the in-memory Resource reader usage 2018-07-12 21:32:52 +02:00
resource.go resource: Clean up the in-memory Resource reader usage 2018-07-12 21:32:52 +02:00
resource_cache.go
resource_metadata.go
resource_metadata_test.go
resource_test.go
smartcrop.go
testhelpers_test.go
transform.go resource: Clean up the in-memory Resource reader usage 2018-07-12 21:32:52 +02:00
transform_test.go