File tree Expand file tree Collapse file tree 5 files changed +74
-1
lines changed
R7.Dnn.JavaScriptLibraries Expand file tree Collapse file tree 5 files changed +74
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" DefaultTargets =" FontAwesome" >
3
+ <Import Project =" ../BuildSettings.targets" Condition =" '$(BuildSettingsImported)' == '' " />
4
+ <Target Name =" FontAwesome" >
5
+ <PropertyGroup >
6
+ <PackageName >FontAwesome</PackageName >
7
+ <IncludeBasePath >$(MSBuildProjectDirectory)/../node_modules/@fortawesome/fontawesome-free</IncludeBasePath >
8
+ </PropertyGroup >
9
+ <ItemGroup >
10
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.min.js" />
11
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.min.js.map" />
12
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.min.css" />
13
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.min.css.map" />
14
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.svg" />
15
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.ttf" />
16
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.eot" />
17
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.woff" />
18
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/**/*.woff2" />
19
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/*.json" />
20
+ <FontAwesomeIncludeFiles Include =" $(IncludeBasePath)/*.txt" />
21
+ </ItemGroup >
22
+ <RemoveDir Directories =" $(TmpDir)" />
23
+ <Copy SourceFiles =" @(FontAwesomeIncludeFiles)" DestinationFolder =" $(TmpDir)/Resources/%(RecursiveDir)" />
24
+ <MSBuild Projects =" $(MSBuildProjectDirectory)/InstallPackage.targets" Targets =" InstallPackage" Properties =" PackageName=$(PackageName)" />
25
+ </Target >
26
+ </Project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <dotnetnuke type =" Package" version =" 5.0" >
3
+ <packages >
4
+ <package name =" FontAwesome" type =" JavaScript_Library" version =" 05.12.00" >
5
+ <friendlyName >FontAwesome</friendlyName >
6
+ <description >The iconic font, CSS, and SVG framework.</description >
7
+ <owner >
8
+ <name >https://github.com/FortAwesome/Font-Awesome#team</name >
9
+ <organization >Fort Awesome</organization >
10
+ <url >https://fontawesome.com/</url >
11
+ <email >admin@fortawesome.com</email >
12
+ </owner >
13
+ <license >https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt</license >
14
+ <releaseNotes >https://github.com/FortAwesome/Font-Awesome/releases/tag/5.12.0</releaseNotes >
15
+ <components >
16
+ <component type =" JavaScript_Library" >
17
+ <javaScriptLibrary >
18
+ <libraryName >FontAwesome</libraryName >
19
+ <fileName >all.min.js</fileName >
20
+ <preferredScriptLocation >BodyBottom</preferredScriptLocation >
21
+ <CDNPath >https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js</CDNPath >
22
+ <objectName >FontAwesome</objectName >
23
+ </javaScriptLibrary >
24
+ </component >
25
+ <component type =" ResourceFile" >
26
+ <resourceFiles >
27
+ <basePath >Resources\Libraries\FontAwesome\05_12_00</basePath >
28
+ <resourceFile >
29
+ <name >Resources.zip</name >
30
+ </resourceFile >
31
+ </resourceFiles >
32
+ </component >
33
+ </components >
34
+ </package >
35
+ </packages >
36
+ </dotnetnuke >
Original file line number Diff line number Diff line change 12
12
<None Include =" R7.Dnn.JavaScriptLibraries.csproj" />
13
13
</ItemGroup >
14
14
15
+ <ItemGroup >
16
+ <Folder Include =" FontAwesome\" />
17
+ </ItemGroup >
15
18
<Import Project =" BlueimpGallery/Build.targets" />
16
19
<Import Project =" Lightbox2/Build.targets" />
17
20
<Import Project =" Colorbox/Build.targets" />
21
24
<Import Project =" LazyAds/Build.targets" />
22
25
<Import Project =" Select2/Build.targets" />
23
26
<Import Project =" Snowfall/Build.targets" />
24
- <Target Name =" MakePackages" AfterTargets =" Build" DependsOnTargets =" BlueimpGallery;Lightbox2;Colorbox;React;ReactDOM;Rangy;LazyAds;Select2;Snowfall" />
27
+ <Import Project =" FontAwesome/Build.targets" />
28
+ <Target Name =" MakePackages" AfterTargets =" Build" DependsOnTargets =" BlueimpGallery;Lightbox2;Colorbox;React;ReactDOM;Rangy;LazyAds;Select2;Snowfall;FontAwesome" />
25
29
26
30
</Project >
27
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " r7.dnn.javascriptlibraries" ,
3
3
"devDependencies" : {
4
+ "@fortawesome/fontawesome-free" : " 5.12.0" ,
4
5
"blueimp-gallery" : " 2.36.0" ,
5
6
"jquery-colorbox" : " 1.6.4" ,
6
7
"lazy-ads" : " 1.1.12" ,
You can’t perform that action at this time.
0 commit comments