Sha256: 5827c6131c8772c5020c39376e12f6bac9a17a9ddb663b63ac0752a15fb03c34
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
module Octopress module Commands class BuildJavascripts < Command class << self def process(args, options) puts Octopress::JSAssetsManager.new.compile if Dir.exists?("javascripts") end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octopress-3.0.0.alpha2 | lib/octopress/commands/build_javascripts.rb |
octopress-3.0.0.alpha1 | lib/octopress/commands/build_javascripts.rb |