Class: Jekyll::Vite::Generator::ViteAssetFile

Inherits:
StaticFile
  • Object
show all
Defined in:
lib/jekyll/vite/generator.rb

Instance Method Summary collapse

Instance Method Details

#cleaned_relative_pathObject



12
13
14
# File 'lib/jekyll/vite/generator.rb', line 12

def cleaned_relative_path
  replace_build_path(super)
end

#destination_rel_dirObject

Override: Copy to the configured public_output_dir



18
19
20
# File 'lib/jekyll/vite/generator.rb', line 18

def destination_rel_dir
  replace_build_path(super)
end