Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Undo index-advanced change; assume toplevel NS
Browse files Browse the repository at this point in the history
  • Loading branch information
moea committed May 3, 2017
1 parent e7ae373 commit a715771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/resources/index-advanced.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ try {
process.env.{{key}} = "{{value}}";
{{/#env}}

var __CLJS_LAMBDA_NS_ROOT = require("./{{output-to}}");
require("./{{output-to}}");

{{#module}}
{{#function}}
exports.{{export}} = __CLJS_LAMBDA_NS_ROOT.{{js-name}};
exports.{{export}} = {{js-name}};
{{/function}}
{{/module}}

0 comments on commit a715771

Please sign in to comment.