Skip to content

Commit

Permalink
more fix for elixir path
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 24, 2016
1 parent 00c7659 commit 04928af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/core/dynamic/HTMLHelper.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ Description :
<cfargument name="buildDirectory" type="string" required="false" default="build" hint="The build directory inside the includes convention directory"/>
<cfscript>
var includesLocation = controller.getSetting( "IncludesConvention", true );
var event = getRequestContext();
var mapping = event.getCurrentModule() != "" ? event.getModuleRoot() : controller.getSetting( "appMapping" );
var filePath = expandPath( "#mapping#/#includesLocation#/#arguments.buildDirectory#/rev-manifest.json" );
var href = "#mapping#/#includesLocation#/#arguments.fileName#";
Expand Down

0 comments on commit 04928af

Please sign in to comment.