-
Notifications
You must be signed in to change notification settings - Fork 38
/
webpack-assets.json
35 lines (35 loc) · 1.78 KB
/
webpack-assets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"javascript": {
"main": "http://localhost:8091/dist/main-80e22cb94641531f31d2.js"
},
"styles": {},
"assets": {
"./src/containers/About/me.png": "http://localhost:8091/dist/8db0daea117ae1aac61f31d791d9a2f9.png",
"./~/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot": "http://localhost:8091/dist/f4769f9bdb7466be65088239c12046d1.eot",
"./~/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff": "http://localhost:8091/dist/fa2772327f55d8198301fdb8bcfc8158.woff",
"./~/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2": "http://localhost:8091/dist/448c34a56d699c29117adc64c43affeb.woff2",
"./~/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf": "http://localhost:8091/dist/e18bbf611f2a2e43afc071aa2f4e1512.ttf",
"./~/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg": "http://localhost:8091/dist/89889688147bd7575d6327160d64e760.svg",
"./src/components/Footer/index.less": {
"_style": ".footer{height:50px;padding-left:10px;margin-top:50px;font-size:28px;background-color:gray}"
},
"./src/components/Header/index.less": {
"_style": ""
},
"./src/components/InfoBar/index.less": {
"_style": ".inforBar-container{background-color:pink;padding-left:10px}.loader-info-from-server{display:inline-block;height:40px}"
},
"./src/containers/About/index.less": {
"_style": ""
},
"./src/containers/Pagination/index.less": {
"_style": ".pagination,.thead th{text-align:center}"
},
"./src/containers/Widget/index.less": {
"_style": ""
},
"./src/containers/login/index.less": {
"_style": ".submit{display:inline-block;with:50px;height:30px;position:relative}.form-content{padding:50px 10px}"
}
}
}