Method: Shopifydev::Shop#asset

Defined in:
lib/shopifydev/shop.rb

#asset(path) ⇒ Object



40
41
42
# File 'lib/shopifydev/shop.rb', line 40

def asset(path)
  Asset.new(self, path, project_root)
end