Skip to content

Commit e0970a2

Browse files
committed
Add web.config for Windows based servers to acces json files.
1 parent dbcf0fc commit e0970a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bootstrap-tags-input",
2+
"name": "bootstrap-tag-pills",
33
"version": "0.0.1",
44
"main": [
55
"./css/bootstrap-tags.css",

web.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<configuration>
2+
<system.webServer>
3+
<staticContent>
4+
<mimeMap fileExtension=".json" mimeType="text/plain" />
5+
</staticContent>
6+
</system.webServer>
7+
</configuration>

0 commit comments

Comments
 (0)