Skip to content

Commit

Permalink
Build command hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Persson committed Jul 3, 2015
1 parent bec2df8 commit 7aa0256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/src/view/view_service_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class ViewServiceProvider implements ServiceProvider {
Container container,
Program program) {
this.program = program;
publicDirectory = new Directory(
config('http.server.publicRoot', 'web'));
templatesDirectory = new Directory(
config('view.templates.root', path.join('lib', 'templates')));
templatesCache = new File(config('view.templates.cache', '.templates.dart'));
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bridge
description: Extensible end-to-end framework
author: Emil Persson <emil.n.persson@gmail.com>
version: 1.0.0-alpha1+7
version: 1.0.0-alpha1+8
homepage: http://github.com/dart-bridge/framework
environment:
sdk: ">=1.8.0 <2.0.0"
Expand Down

0 comments on commit 7aa0256

Please sign in to comment.