Skip to content

Commit

Permalink
Add mbed new . output to export
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherjimmy committed Apr 26, 2017
1 parent bc58c1b commit 43bd303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/export/.mbed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ROOT=.
3 changes: 2 additions & 1 deletion tools/export/exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def __init__(self, target, export_dir, project_name, toolchain,
jinja_loader = FileSystemLoader(os.path.dirname(os.path.abspath(__file__)))
self.jinja_environment = Environment(loader=jinja_loader)
self.resources = resources
self.generated_files = [join(self.TEMPLATE_DIR,"GettingStarted.html")]
self.generated_files = [join(self.TEMPLATE_DIR, "GettingStarted.html"),
join(self.TEMPLATE_DIR, ".mbed")]
self.builder_files_dict = {}
self.add_config()

Expand Down

0 comments on commit 43bd303

Please sign in to comment.