≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Feature request #1653

Feature request #1653: Given input "foo.html.tmpl", compile to "foo.html.rb" and fill to "foo.html"

Kind feature request
Product Walrus
When 2010-08-23T09:16:05Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

As things work right now:

  • Input foo.tmpl
  • Compiles to foo.rb
  • And fills to foo.html

Walrus provides an -e switch to override the output extension when filling, but it would be convenient to instead be able to do something like:

$ walrus fill *.tmpl

And have it automatically turn a directory like this:

display.css.tmpl
index.html.tmpl
about.html.tmpl

Into:

display.css.rb
index.html.rb
about.html.rb

And then:

display.css
index.html
about.html

Comments

  1. Greg Hurrell 2010-08-23T13:28:21Z

    Done for Walrus 0.4.

  2. Greg Hurrell 2010-08-23T13:28:26Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets