hugo/resources
Niek de Wit 2a171ff1c5 resources: Add JavaScript transpiling solution
Add a new pipe called TranspileJS which uses the Babel cli. This makes it possible for users to write ES6 JavaScript code and transpile it to ES5 during website generation so that the code still works with older browser versions.

Fixes #5764
2020-04-29 10:51:33 +02:00
..
images Fix incorrect MIME type from image/jpg to image/jpeg 2019-12-19 18:02:11 +01:00
internal tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
page Fix _build.list.local logic 2020-03-24 12:47:42 +01:00
postpub Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
resource Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
resource_factories
resource_transformers resources: Add JavaScript transpiling solution 2020-04-29 10:51:33 +02:00
testdata
image.go resources: Add full filename to image when processing fails 2020-03-02 12:39:26 +01:00
image_cache.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
image_test.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
post_publish.go Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
resource.go Update to LibSass v3.6.3 2020-02-10 10:42:05 +01:00
resource_cache.go
resource_cache_test.go
resource_metadata.go
resource_metadata_test.go
resource_spec.go Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
resource_test.go
testhelpers_test.go Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
transform.go Add basic "post resource publish support" 2020-04-07 21:59:20 +02:00
transform_test.go resources: Try to fix a Go 1.15 go vet error 2020-03-10 12:29:09 +01:00