Skip to content

Commit

Permalink
update starter scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
sidloki committed Dec 4, 2014
1 parent 42499c4 commit 2f68be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptah/scaffolds/ptah_starter/+package+/app.py_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(global_config, **settings):
config.add_route('home', '/')

# static assets
config.init_static_components()
config.init_static_components('ptah:static/bower_components')
config.add_static_component('{{package}}:static', version='0.0')
config.add_static_view('_{{package}}', '{{package}}:static')

Expand Down

0 comments on commit 2f68be8

Please sign in to comment.