Sha256: 1fd661a18655da96ce9af260c1970d9b12fc0c50da5ab6ecf556a808aeccc381
Contents?: true
Size: 726 Bytes
Versions: 2
Compression:
Stored size: 726 Bytes
Contents
module Octopress module Ink module Commands module CommandHelpers def self.add_asset_options(c) c.option "layouts", "--layouts", "List only layouts" c.option "includes", "--includes", "List only includes" c.option "pages", "--pages", "List only pages" c.option "stylesheets", "--stylesheets", "List only stylesheets" c.option "sass", "--sass", "List only Sass files" c.option "javascripts", "--javascripts", "List only Javascripts" c.option "images", "--images", "List only images" c.option "fonts", "--fonts", "List only fonts" c.option "files", "--files", "List only files" 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/commands/helpers.rb |
octopress-ink-1.0.0.alpha.32 | lib/octopress-ink/commands/helpers.rb |