File tree Expand file tree Collapse file tree 5 files changed +67
-5
lines changed
R7.Dnn.JavaScriptLibraries Expand file tree Collapse file tree 5 files changed +67
-5
lines changed Original file line number Diff line number Diff line change 3
3
bin /
4
4
obj /
5
5
6
- packages /
7
- node_modules /
8
- bower_components /
9
-
6
+ /packages /
7
+ /node_modules /
8
+ /bower_components /
Original file line number Diff line number Diff line change 39
39
<Folder Include =" jQueryBlueimpGallery\" />
40
40
<Folder Include =" Lightbox2\" />
41
41
<Folder Include =" Colorbox\" />
42
+ <Folder Include =" Rangy\" />
42
43
</ItemGroup >
43
44
<ItemGroup >
44
45
<None Include =" React\Manifest.dnn" />
57
58
<None Include =" Lightbox2\Manifest.dnn" />
58
59
<None Include =" Colorbox\Build.targets" />
59
60
<None Include =" Colorbox\Manifest.dnn" />
61
+ <None Include =" Rangy\Build.targets" />
62
+ <None Include =" Rangy\Manifest.dnn" />
60
63
</ItemGroup >
61
64
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
62
65
<Import Project =" BlueimpGallery/Build.targets" />
65
68
<Import Project =" Colorbox/Build.targets" />
66
69
<Import Project =" React/Build.targets" />
67
70
<Import Project =" ReactDOM/Build.targets" />
68
- <Target Name =" AfterBuild" DependsOnTargets =" BlueimpGallery;jQueryBlueimpGallery;Lightbox2;Colorbox;React;ReactDOM" />
71
+ <Import Project =" Rangy/Build.targets" />
72
+ <Target Name =" AfterBuild" DependsOnTargets =" BlueimpGallery;jQueryBlueimpGallery;Lightbox2;Colorbox;React;ReactDOM;Rangy" />
69
73
</Project >
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 =" Rangy" >
3
+ <PropertyGroup >
4
+ <PackageName >Rangy</PackageName >
5
+ </PropertyGroup >
6
+ <ItemGroup >
7
+ <InstallIncludeFiles Include =" $(MSBuildProjectDirectory)/../../bower_components/rangy/*.min.js" />
8
+ <InstallIncludeFiles Include =" $(MSBuildProjectDirectory)/../../bower_components/rangy/*.json" />
9
+ <InstallIncludeFiles Include =" $(MSBuildProjectDirectory)/../../bower_components/rangy/LICENSE" />
10
+ <InstallIncludeFiles Include =" $(MSBuildProjectDirectory)/../../bower_components/rangy/*.md" />
11
+ </ItemGroup >
12
+ <Import Project =" ../BuildSettings.targets" Condition =" '$(BuildSettingsImported)' == '' " />
13
+ <Import Project =" ../InstallPackage.targets" Condition =" '$(InstallPackageImported)' == '' " />
14
+ <Target Name =" Rangy" >
15
+ <CallTarget Targets =" InstallPackage" />
16
+ </Target >
17
+ </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 =" Rangy" type =" JavaScript_Library" version =" 01.03.00" >
5
+ <friendlyName >Rangy JavaScript Library</friendlyName >
6
+ <description >A cross-browser JavaScript range and selection library.</description >
7
+ <owner >
8
+ <name >Tim Down</name >
9
+ <organization />
10
+ <url >https://github.com/timdown/rangy</url >
11
+ <email >tim@timdown.co.uk</email >
12
+ </owner >
13
+ <license >https://github.com/timdown/rangy/blob/master/LICENSE</license >
14
+ <releaseNotes >https://github.com/timdown/rangy/releases/tag/1.3.0</releaseNotes >
15
+ <components >
16
+ <component type =" JavaScript_Library" >
17
+ <javaScriptLibrary >
18
+ <libraryName >Rangy</libraryName >
19
+ <fileName >rangy-core.min.js</fileName >
20
+ <preferredScriptLocation >PageHead</preferredScriptLocation >
21
+ <CDNPath >https://cdnjs.cloudflare.com/ajax/libs/rangy/1.3.0/rangy-core.min.js</CDNPath >
22
+ <objectName >rangy</objectName >
23
+ </javaScriptLibrary >
24
+ </component >
25
+ <component type =" ResourceFile" >
26
+ <resourceFiles >
27
+ <basePath >Resources\Libraries\Rangy\01_03_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
1
+ {
2
+ "name" : " r7.dnn.javascriptlibraries" ,
3
+ "devDependencies" : {
4
+ "rangy" : " ^1.3.0"
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments