Sha256: 76e5f81b719b072070ebcd6d69c3c3a20fdb65b4183e64aad1b2d696188fde01

Contents?: true

Size: 379 Bytes

Versions: 8

Compression:

Stored size: 379 Bytes

Contents

# relative_root './app/assets' # default root for relative assets

asset :admin do
  js do
    # add 'js/admin/js_vendor/*'
    # add '/Used/foo/app/bar/asssets/admin.js'
    # add ['list', 'of', 'files']
    # add proc { 'js string' }
  end

  css do
    # add 'css/admin/index.scss'
    # add proc { 'css string' }
  end
end

asset :main do
  js do

  end

  css do

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lux_assets-0.2.11 ./misc/assets.rb
lux_assets-0.2.9 ./misc/assets.rb
lux_assets-0.2.4 ./misc/assets.rb
lux_assets-0.2.2 ./misc/assets.rb
lux_assets-0.2.1 ./misc/assets.rb
lux_assets-0.1.10 ./misc/assets.rb
lux_assets-0.1.9 ./misc/assets.rb
lux_assets-0.1.4 ./misc/assets.rb