Tabris does not recognize other start script except app.js
See original GitHub issueProblem description
I noticed that the nightly build v3.rc cli does not change from the default src/app.js specified in the package.json
Expected behavior
I tried to point the main entry script to another file but app still loads from src/app.js
Environment
- Tabris.js version: @nightly
- Device: Samsung Galaxy
- OS: Android 6
Code snippet
// A minimal, *self-contained* code snippet to reproduce the problem:
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Building a Tabris.js App
When a Tabris.js app is built, build scripts given in the package.json are executed before the JavaScript code is bundled into the app....
Read more >Patching Mobile Apps in Tabris.js - EclipseSource
The fix may be simple, but rolling out another version takes some time for app store review and users to install the update....
Read more >'react-scripts' is not recognized as an internal or external ...
It is an error about react-scripts file missing in your node_modules/ directory at the time of installation. Check your react-script ...
Read more >Auto reload does not detect changes to index.js #9984 - GitHub
I have used fresh apps using npx create-react-app and yarn create react-app separately. The issue is there on both apps. $ npm --version...
Read more >tabris-cli - npm
Starts a server the Tabris.js developer app can be pointed to. If a build script is present in package.json, it is executed beforehand....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You may need to re-run
tabris serve
after changing it. See also the serve options to enable logging or to override themain
field.Thanks @cookieguru Your solution work just as expected.