-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.coffee
More file actions
22 lines (18 loc) · 818 Bytes
/
app.coffee
File metadata and controls
22 lines (18 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# roots v2.0.6
# Files in this list will not be compiled - minimatch supported
ignore_files: ['_*', 'readme*', '.gitignore', '.DS_Store', '*.conf', 'id_deploy', 'id_deploy.pub', 'README.md', 'building.md', 'Gruntfile.coffee', 'server.js', 'deploy', 'favicon.ico']
ignore_folders: ['.git', 'build', 'node_modules', 'marketing']
# Layout file config
# `default` applies to all views. Override for specific
# views as seen below.
layouts:
default: 'layout.jade'
# 'special_view.jade': 'special_layout.jade'
# Locals will be made available on every page. They can be
# variables or (coffeescript) functions.
locals:
title: 'Zoom The Balloon'
title_with_markup: ->
"<h1 class='title'>Welcome to Roots!</h1>"
# Precompiled template path, see http://roots.cx/docs/#precompile
templates: 'assets/js/templates'