Skip to content

Commit

Permalink
Added a condition to include TypeScript source files only if Octopack…
Browse files Browse the repository at this point in the history
… does.
  • Loading branch information
Loránd Biró committed Jul 18, 2016
1 parent 19dd53d commit de52049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OctoPack.Precompile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<CollectedFiles Include="@(FileWrites)" Exclude="$(IntermediateOutputPath)**\*" />
<CollectedFiles Include="@(FileWritesShareable)" Exclude="$(IntermediateOutputPath)**\*" />
<CollectedFiles Include="@(Content)" />
<CollectedFiles Include="@(TypeScriptCompile)" />
<CollectedFiles Include="@(TypeScriptCompile)" Condition="$(OctoPackIncludeTypeScriptSourceFiles)"/>

<!--
Some of the collected file paths are full paths, but we need paths relative to the project so we can perform a recursive copy.
Expand Down

0 comments on commit de52049

Please sign in to comment.