Treat about partial as a static asset

Now bundling all partials into `templates.js`. This didn't work so well
for the about partial because the cowsay <pre> tag got all messed up
when it was pre-cached in JavaScript. Moving this to assets to show that
it's not meant to be bundled, but downloaded as an ajax request instead.
This commit is contained in:
Joe Fiorini
2015-07-21 16:12:48 -04:00
parent 9cdea13057
commit 14d332545c
2 changed files with 1 additions and 1 deletions