Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
53abca4c
Commit
53abca4c
authored
Jun 27, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add concurrently to the start command
parent
7c7bfefc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
Breeze.UI/README.md
+3
-0
package.json
Breeze.UI/package.json
+2
-1
No files found.
Breeze.UI/README.md
View file @
53abca4c
...
...
@@ -33,6 +33,9 @@ npm install -g @angular/cli
## To build for development
-
**in a terminal window**
-> npm start
If you want to seperate the build process from the Electron process you can use:
-
**in a terminal window**
-> npm start:webpack
-
**in another terminal window**
-> npm run electron:serve
## To build for production
...
...
Breeze.UI/package.json
View file @
53abca4c
...
...
@@ -20,7 +20,8 @@
"scripts"
:
{
"ng"
:
"ng"
,
"lint"
:
"ng lint"
,
"start"
:
"webpack --watch"
,
"start"
:
"concurrently
\"
npm run start:webpack
\"
\"
npm run electron:serve
\"
"
,
"start:webpack"
:
"webpack --watch"
,
"start:web"
:
"webpack-dev-server --content-base . --port 4200 --inline"
,
"build:electron:main"
:
"tsc main.ts --outDir dist && copyfiles package.json dist && cd dist && npm install --prod && cd .."
,
"build"
:
"webpack --display-error-details && npm run build:electron:main"
,
...
...
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