Skip to content

Commit b8099d9

Browse files
committed
Include jQuery library in packaging
1 parent be2798a commit b8099d9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

jquery/dnn-library.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"files": ["node_modules/jquery/dist/jquery.min.js"],
3+
"resources": [
4+
"node_modules/jquery/dist/**",
5+
"!node_modules/jquery/dist/jquery.min.js"
6+
]
7+
}

jquery/jquery.dnn

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
</jsfile>
3434
</jsfiles>
3535
</component>
36+
<component type="ResourceFile">
37+
<resourceFiles>
38+
<basePath>Resources\Libraries\jQuery\<~=versionFolder~></basePath>
39+
<resourceFile>
40+
<name>Resources.zip</name>
41+
</resourceFile>
42+
</resourceFiles>
43+
</component>
3644
</components>
3745
</package>
3846
</packages>

0 commit comments

Comments
 (0)