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
e78aa682
Commit
e78aa682
authored
Jan 09, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build website css when running `make dist`
parent
4f4b10d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+1
-1
dev.html
dev.html
+1
-1
mobile.html
mobile.html
+1
-0
No files found.
Makefile
View file @
e78aa682
...
...
@@ -180,7 +180,7 @@ dist:: build
.PHONY
:
build
build
::
stamp-npm
npm run dev
&&
npm run build
npm run dev
&&
npm run build
&&
make dist/website.css
&&
make dist/website.min.css
.PHONY
:
cdn
cdn
::
stamp-npm
...
...
dev.html
View file @
e78aa682
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"description"
content=
"Converse
.js: A free chat client for your
website"
/>
<meta
name=
"description"
content=
"Converse
: An XMPP chat client which can be integrated into any
website"
/>
<meta
name=
"author"
content=
"JC Brand"
/>
<meta
name=
"keywords"
content=
"xmpp chat webchat converse.js"
/>
<link
rel=
"manifest"
href=
"./manifest.json"
>
...
...
mobile.html
View file @
e78aa682
...
...
@@ -12,6 +12,7 @@
<!-- These files are NOT needed when using converse.js in your own project. -->
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"/dist/website.min.css"
/>
<link
rel=
"manifest"
href=
"./manifest.json"
>
<noscript><p><img
src=
"//stats.opkode.com/piwik.php?idsite=1"
style=
"border:0;"
alt=
""
/></p></noscript>
<script
type=
"text/javascript"
src=
"/src/website.js"
></script>
<script
type=
"text/javascript"
src=
"analytics.js"
></script>
...
...
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