jbrinkman / DNN8Templates

Temporary Home for DNN8 Templates
MIT License
1 stars 3 forks source link

Is this a typo? #1

Open IDisposable opened 8 years ago

IDisposable commented 8 years ago

In the source files list section https://github.com/jbrinkman/DNN8Templates/blob/master/src/DnnSpaModule/BuildScripts/ModulePackage.targets#33

 <ItemGroup>
      <InstallInclude Include="**\*.cshtml" />
      <SourceInclude Include="**\*.ascx" />

Should that first line be a <SourceInclude instead?

jbrinkman commented 8 years ago

Yes. I will fix that. A hasty copy/paste.