cli build issue
See original GitHub issueHi experts. This is more a question/request for help than an issue with the cli.
I have performed a build using au build --env prod
, however, when I run my application I am getting a couple of errors; namely
GET http://localhost:8080/node_modules/font-awesome/css/font-awesome.min.css GET http://localhost:8080/styles/styles.css Uncaught SyntaxError: Invalid left-hand side in for-loop
I can overcome the second error by copying over the folder to the web site as well, but I thought everything was supposed to be bundled up.
This works fine using au run --watch
.
Does anyone have any ideas what I am doing incorrectly?
Thanking you all in advance
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
@react-native-community/cli-platform-android Build failed with ...
Get more help at https://help.gradle.org BUILD FAILED in 1s error Failed to ... The CLI clearly has issues parsing the configuration.
Read more >React Native build failed in android, @react-native-community ...
I've upgraded my ReactNative project from 0.59 to 0.61.2 iOS is building fine but in android i'm facing the issue in @react-native-community/cli ......
Read more >Common Build Problems - Travis CI Docs
If your build is failing due to unexpected segmentation faults in the language interpreter, this may be caused by corrupt or invalid caches...
Read more >Jenkins CLI
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
Read more >CLI for JFrog Artifactory - JFrog CLI
The issue tracking URL. This value is used for constructing a direct link to the issues in the Artifactory build UI. aggregate. Set...
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
thanks, got an eye test now, will try when I get back and let you know 👍
again, thankyou @JeroenVinke , all working now 😃