Sha256: 15a5c667f8514a41837b602e6ebb80b9d3fdc944e0176ae4f4715bef1564bb82
Contents?: true
Size: 318 Bytes
Versions: 3
Compression:
Stored size: 318 Bytes
Contents
module Assetify Opt = { :vendor => "public/vendor", :newname => true } TSIZE = 80 ASSETS_PATH = "vendor/assets" ASSETS = [:javascripts, :stylesheets, :images] ASSETS.each do |asset| Opt.merge!(asset => "#{ASSETS_PATH}/#{asset}") end # class BadAssetfile < StandardError # end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
assetify-2.0.1 | lib/assetify/constants.rb |
assetify-2.0.0 | lib/assetify/constants.rb |
assetify-1.0.0 | lib/assetify/constants.rb |