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
c357dec8
Commit
c357dec8
authored
Sep 13, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CDN path
parent
39896b50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
package.json
View file @
c357dec8
...
...
@@ -19,7 +19,7 @@
"clean"
:
"rm -rf node_modules stamp-npm dist *.zip"
,
"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"
,
"cdn"
:
"ASSET_PATH=https://cdn.conversejs.org/dist
/ npm run dev && ASSET_PATH=https://cdn.conversejs.org/dist/
npm run build"
,
"build"
:
"webpack --config webpack.prod.js"
,
"dev"
:
"webpack --config webpack.dev.js"
,
"watch"
:
"webpack --watch --config webpack.dev.js"
,
...
...
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