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
1e707f7c
Commit
1e707f7c
authored
Oct 09, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`npm run build` should also build unminified JS
parent
8780f7a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
package.json
package.json
+2
-1
No files found.
package.json
View file @
1e707f7c
...
...
@@ -20,7 +20,8 @@
"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"
,
"build"
:
"webpack --config webpack.prod.js"
,
"prod"
:
"webpack --config webpack.prod.js"
,
"build"
:
"npm run dev && npm run prod"
,
"dev"
:
"webpack --config webpack.dev.js"
,
"watch"
:
"webpack --watch --config webpack.dev.js"
,
"lerna"
:
"lerna bootstrap --hoist --ignore-scripts"
,
...
...
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