Sha256: d3e842ba25ebcad5a56013f2f67c57882165a60df6abba045897df84320ca2e9
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
module Octopress module Ink module Assets class Javascript < Asset def tag "<script src='#{Filters.expand_url(File.join(@dir, @file))}'></script>" end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octopress-ink-1.0.0.alpha.33 | lib/octopress-ink/assets/javascript.rb |
octopress-ink-1.0.0.alpha.32 | lib/octopress-ink/assets/javascript.rb |