-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marko-starter build static resources without JS/CSS/others #15
Comments
any news on resolving this bug? to reproduce follow:
at this point the dist folder is in a reasonable state then:
this causes all js and css files to be removed leaving a broken build. if the .cache folder is deleted and the command is run again i.e.
then the dist folder once again contains a valid build |
I wouldn't expect JS and CSS files to be removed just by running Deleting We will be triaging issues this week and will investigate some more. |
I'm facing the same issue with respect to static build. |
Same on windows and macos |
Steps to produce: (I have "yarn" and "serve" pre-installed.)
Open the browser, expect to see the demo. But instead, only HTML without CSS/JS/images.
However, if I run marko-starter build without NODE_ENV=production, everything works just fine.
The text was updated successfully, but these errors were encountered: