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
2dd6bc85
Commit
2dd6bc85
authored
Apr 13, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #1961
Make sure dist dir is included in headless NPM package
parent
8824bb26
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+0
-2
package.json
package.json
+1
-1
src/headless/README.md
src/headless/README.md
+2
-1
src/headless/package.json
src/headless/package.json
+1
-0
No files found.
Makefile
View file @
2dd6bc85
...
...
@@ -168,8 +168,6 @@ logo/conversejs-filled%.png:: logo/conversejs-filled.svg
$(INKSCAPE)
-e
$@
-w
$*
$<
$(OXIPNG)
$@
BUILDS
=
src/headless/dist/converse-headless.min.js
@converse/headless
:
src/headless
src/headless/dist/converse-headless.min.js
:
src webpack.common.js node_modules @converse/headless
...
...
package.json
View file @
2dd6bc85
...
...
@@ -20,7 +20,7 @@
],
"scripts"
:
{
"serve"
:
"webpack-dev-server --config webpack.serve.js"
,
"clean"
:
"rm -rf node_modules dist *.zip"
,
"clean"
:
"rm -rf node_modules dist *.zip
src/headless/dist src/headless/node_modules
"
,
"headless"
:
"webpack --config webpack.headless.js"
,
"nodeps"
:
"webpack --config webpack.nodeps.js"
,
"cdn"
:
"ASSET_PATH=https://cdn.conversejs.org/dist/ npm run dev && ASSET_PATH=https://cdn.conversejs.org/dist/ npm run build"
,
...
...
src/headless/README.md
View file @
2dd6bc85
...
...
@@ -2,7 +2,8 @@
[
Converse
](
https://conversejs.org
)
has a special build called the
*headless build*
.
You can generate it yourself by running
``make dist/converse-headless.js``
You can generate it yourself by running
``make src/headless/dist/converse-headless.js``
in the root of the
[
converse.js repo
](
https://github.com/conversejs/converse.js
)
.
The headless build is a bundle of all the non-UI parts of Converse, and its aim
is to provide you with an XMPP library (and application) on which you can build
...
...
src/headless/package.json
View file @
2dd6bc85
...
...
@@ -9,6 +9,7 @@
"files"
:
[
"*.js"
,
"*.json"
,
"dist/"
,
"README.md"
,
"utils/*.js"
,
"templates/*.html"
,
...
...
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