Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7172377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:36:12+00:00 2026-05-28T15:36:12+00:00

I’m writing a web app that’s complicated enough that it needs a large family

  • 0

I’m writing a web app that’s complicated enough that it needs a large family of HTML templates (specifically they’re underscore templates, but that part doesn’t really matter).

I really want to be able to write template files that look like the following:

fooTemplate:
<div class="foo">
   <div class="bar"><%=name %></div>
</div>

And have it turn all of my template files into a single JS file that looks like this:

window.templates = {}
...
templates.fooTemplate = '<div class="foo"><div class="bar">...</div>';

Ideal properties:

  • Has some way to specify the name of each template
  • Strips unnecessary whitespace from all template files
  • Concatenates all template files into a single, monolithic JS file
  • Watches a directory and auto-updates when files change

Is there anything out there does does any of these things?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:36:13+00:00Added an answer on May 28, 2026 at 3:36 pm

    You’re unlikely to find a comprehensive solution that does everything you list, there will inevitable be “some assembly required” (if not, I’d love to hear about it).

    • In the Rails world, Jammit will do a lot of what you describe. It seems quite tightly coupled to Rails though, but I’m no Rails expert so I can’t advice on how difficult it is to (ab)use with a different stack.
    • In the Django world, there’s django-asset-packager, but it only mentions CSS/Javascript.
    • It’s probably not too much work to roll your own based on wr or guard for directory watching combined with Make/Rake/Paver/Cake/Ant tasks to process your templates. I did an ad-hoc solution along those lines once and it didn’t even consume half a working day.
    • You might also find some inspiration in capt.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I am writing an app with both english and french support. The app requests
I am using Paperclip to handle profile photo uploads in my app. They upload
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
I've got a string that has curly quotes in it. I'd like to replace
Specifically, suppose I start with the string string =hello \'i am \' me And
Seemingly simple, but I cannot find anything relevant on the web. What is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.