You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
Description
The current npm start script executes the createjs and electron:serve commands in parallel. While this is fine once the .js files have been generated, new clones of the repository will not work correctly and might throw an error. As documented in #302, the npm start script should be changed to first generate the .js files, and then run the createjs and electron:serve commands.
Acceptance criteria
As described above, the npm start should be changed to ensure that the generated .js files have been created before electron:serve is run.
Pointers / Solutions
Could potentially move the required functionality into an external script.
Description
The current
npm start
script executes thecreatejs
andelectron:serve
commands in parallel. While this is fine once the.js
files have been generated, new clones of the repository will not work correctly and might throw an error. As documented in #302, thenpm start
script should be changed to first generate the.js
files, and then run thecreatejs
andelectron:serve
commands.Acceptance criteria
npm start
should be changed to ensure that the generated.js
files have been created beforeelectron:serve
is run.Pointers / Solutions
Additional context
#302
Related issues
#269
The text was updated successfully, but these errors were encountered: