Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
63da4b4b
Commit
63da4b4b
authored
Sep 12, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move webfonts to sass dir and don't make `publicPath` absolute
parent
a6b7d0d9
Changes
19
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
21 additions
and
21 deletions
+21
-21
sass/font-awesome.scss
sass/font-awesome.scss
+20
-20
sass/webfonts/baumans.ttf
sass/webfonts/baumans.ttf
+0
-0
sass/webfonts/fa-brands-400.eot
sass/webfonts/fa-brands-400.eot
+0
-0
sass/webfonts/fa-brands-400.svg
sass/webfonts/fa-brands-400.svg
+0
-0
sass/webfonts/fa-brands-400.ttf
sass/webfonts/fa-brands-400.ttf
+0
-0
sass/webfonts/fa-brands-400.woff
sass/webfonts/fa-brands-400.woff
+0
-0
sass/webfonts/fa-brands-400.woff2
sass/webfonts/fa-brands-400.woff2
+0
-0
sass/webfonts/fa-regular-400.eot
sass/webfonts/fa-regular-400.eot
+0
-0
sass/webfonts/fa-regular-400.svg
sass/webfonts/fa-regular-400.svg
+0
-0
sass/webfonts/fa-regular-400.ttf
sass/webfonts/fa-regular-400.ttf
+0
-0
sass/webfonts/fa-regular-400.woff
sass/webfonts/fa-regular-400.woff
+0
-0
sass/webfonts/fa-regular-400.woff2
sass/webfonts/fa-regular-400.woff2
+0
-0
sass/webfonts/fa-solid-900.eot
sass/webfonts/fa-solid-900.eot
+0
-0
sass/webfonts/fa-solid-900.svg
sass/webfonts/fa-solid-900.svg
+0
-0
sass/webfonts/fa-solid-900.ttf
sass/webfonts/fa-solid-900.ttf
+0
-0
sass/webfonts/fa-solid-900.woff
sass/webfonts/fa-solid-900.woff
+0
-0
sass/webfonts/fa-solid-900.woff2
sass/webfonts/fa-solid-900.woff2
+0
-0
sass/webfonts/muli.ttf
sass/webfonts/muli.ttf
+0
-0
webpack.dev.js
webpack.dev.js
+1
-1
No files found.
sass/font-awesome.scss
View file @
63da4b4b
...
...
@@ -2,38 +2,38 @@
font-family
:
'Baumans'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Baumans Regular'
)
,
local
(
'Baumans-Regular'
)
,
url('
../dist/
webfonts/baumans.ttf')
format
(
'truetype'
);
src
:
local
(
'Baumans Regular'
)
,
local
(
'Baumans-Regular'
)
,
url('webfonts/baumans.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'Muli'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Muli Regular'
)
,
local
(
'Muli-Regular'
)
,
url('
../dist/
webfonts/muli.ttf')
format
(
'truetype'
);
src
:
local
(
'Muli Regular'
)
,
local
(
'Muli-Regular'
)
,
url('webfonts/muli.ttf')
format
(
'truetype'
);
}
@font-face
{
font-family
:
'ConverseFontAwesomeBrands'
;
font-style
:
normal
;
font-weight
:
normal
;
src
:
url('
../dist/
webfonts/fa-brands-400.eot')
;
src
:
url('
../dist/
webfonts/fa-brands-400.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('
../dist/
webfonts/fa-brands-400.woff2')
format
(
'woff2'
)
,
url('
../dist/
webfonts/fa-brands-400.woff')
format
(
'woff'
)
,
url('
../dist/
webfonts/fa-brands-400.ttf')
format
(
'truetype'
)
,
url('
../dist/
webfonts/fa-brands-400.svg#fontawesome')
format
(
'svg'
);
src
:
url('webfonts/fa-brands-400.eot')
;
src
:
url('webfonts/fa-brands-400.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('webfonts/fa-brands-400.woff2')
format
(
'woff2'
)
,
url('webfonts/fa-brands-400.woff')
format
(
'woff'
)
,
url('webfonts/fa-brands-400.ttf')
format
(
'truetype'
)
,
url('webfonts/fa-brands-400.svg#fontawesome')
format
(
'svg'
);
}
@font-face
{
font-family
:
'ConverseFontAwesomeRegular'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url('
../dist/
webfonts/fa-regular-400.eot')
;
src
:
url('
../dist/
webfonts/fa-regular-400.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('
../dist/
webfonts/fa-regular-400.woff2')
format
(
'woff2'
)
,
url('
../dist/
webfonts/fa-regular-400.woff')
format
(
'woff'
)
,
url('
../dist/
webfonts/fa-regular-400.ttf')
format
(
'truetype'
)
,
url('
../dist/
webfonts/fa-regular-400.svg#fontawesome')
format
(
'svg'
);
src
:
url('webfonts/fa-regular-400.eot')
;
src
:
url('webfonts/fa-regular-400.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('webfonts/fa-regular-400.woff2')
format
(
'woff2'
)
,
url('webfonts/fa-regular-400.woff')
format
(
'woff'
)
,
url('webfonts/fa-regular-400.ttf')
format
(
'truetype'
)
,
url('webfonts/fa-regular-400.svg#fontawesome')
format
(
'svg'
);
font-weight
:
normal
;
font-style
:
normal
;
}
...
...
@@ -42,12 +42,12 @@
font-family
:
'ConverseFontAwesomeSolid'
;
font-style
:
normal
;
font-weight
:
900
;
src
:
url('
../dist/
webfonts/fa-solid-900.eot')
;
src
:
url('
../dist/
webfonts/fa-solid-900.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('
../dist/
webfonts/fa-solid-900.svg#fontawesome')
format
(
'svg'
)
,
url('
../dist/
webfonts/fa-solid-900.woff2')
format
(
'woff2'
)
,
url('
../dist/
webfonts/fa-solid-900.woff')
format
(
'woff'
)
,
url('
../dist/
webfonts/fa-solid-900.ttf')
format
(
'truetype'
);
src
:
url('webfonts/fa-solid-900.eot')
;
src
:
url('webfonts/fa-solid-900.eot?#iefix')
format
(
'embedded-opentype'
)
,
url('webfonts/fa-solid-900.svg#fontawesome')
format
(
'svg'
)
,
url('webfonts/fa-solid-900.woff2')
format
(
'woff2'
)
,
url('webfonts/fa-solid-900.woff')
format
(
'woff'
)
,
url('webfonts/fa-solid-900.ttf')
format
(
'truetype'
);
}
...
...
dist
/webfonts/baumans.ttf
→
sass
/webfonts/baumans.ttf
View file @
63da4b4b
File moved
dist
/webfonts/fa-brands-400.eot
→
sass
/webfonts/fa-brands-400.eot
View file @
63da4b4b
File moved
dist
/webfonts/fa-brands-400.svg
→
sass
/webfonts/fa-brands-400.svg
View file @
63da4b4b
File moved
dist
/webfonts/fa-brands-400.ttf
→
sass
/webfonts/fa-brands-400.ttf
View file @
63da4b4b
File moved
dist
/webfonts/fa-brands-400.woff
→
sass
/webfonts/fa-brands-400.woff
View file @
63da4b4b
File moved
dist
/webfonts/fa-brands-400.woff2
→
sass
/webfonts/fa-brands-400.woff2
View file @
63da4b4b
File moved
dist
/webfonts/fa-regular-400.eot
→
sass
/webfonts/fa-regular-400.eot
View file @
63da4b4b
File moved
dist
/webfonts/fa-regular-400.svg
→
sass
/webfonts/fa-regular-400.svg
View file @
63da4b4b
File moved
dist
/webfonts/fa-regular-400.ttf
→
sass
/webfonts/fa-regular-400.ttf
View file @
63da4b4b
File moved
dist
/webfonts/fa-regular-400.woff
→
sass
/webfonts/fa-regular-400.woff
View file @
63da4b4b
File moved
dist
/webfonts/fa-regular-400.woff2
→
sass
/webfonts/fa-regular-400.woff2
View file @
63da4b4b
File moved
dist
/webfonts/fa-solid-900.eot
→
sass
/webfonts/fa-solid-900.eot
View file @
63da4b4b
File moved
dist
/webfonts/fa-solid-900.svg
→
sass
/webfonts/fa-solid-900.svg
View file @
63da4b4b
File moved
dist
/webfonts/fa-solid-900.ttf
→
sass
/webfonts/fa-solid-900.ttf
View file @
63da4b4b
File moved
dist
/webfonts/fa-solid-900.woff
→
sass
/webfonts/fa-solid-900.woff
View file @
63da4b4b
File moved
dist
/webfonts/fa-solid-900.woff2
→
sass
/webfonts/fa-solid-900.woff2
View file @
63da4b4b
File moved
dist
/webfonts/muli.ttf
→
sass
/webfonts/muli.ttf
View file @
63da4b4b
File moved
webpack.dev.js
View file @
63da4b4b
...
...
@@ -11,5 +11,5 @@ module.exports = merge(prod, {
minimize
:
false
,
},
devtool
:
'
source-map
'
,
plugins
:
[
new
MiniCssExtractPlugin
({
filename
:
'
../dist/
converse.css
'
})]
plugins
:
[
new
MiniCssExtractPlugin
({
filename
:
'
converse.css
'
})]
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment