We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! 👋 (First of all, thanks for this template, it's super useful for a newbie like me)
I'm trying to install alpine.js using NPM, and although it's working locally (npm start) it doesn't work when deploying on Netlifly (NPM run build)
This is what I did:
npm i alpinejs
import 'alpinejs'
These are the things I checked that make me think maybe app.js is not loading on production
Is it possible there is a problem when building the app.bundled.js?
Site on Production: https://baterias-gesell.netlify.app/ Repo: https://github.com/LouRaul/baterias-gesell
Thnaks!
The text was updated successfully, but these errors were encountered:
Hey @LouRaul,
Thanks for flagging this.
This appears to be a strange recent issue with Netlify and applying the .gitignore contents to the /dist folder.
.gitignore
/dist
There's a post on Netlify Community about this and although they've made changes, I'm still seeing this behaviour.
I've pushed an update to directly bundle the script into /dist on production and Netlify is sucessfully uploading the bundle now.
Once again, thanks for taking the time to flag this 👍
Sorry, something went wrong.
I've opened a PR for your repo to update the project 😄
Thanks for doing this! Your template is amazing!
No branches or pull requests
Hi! 👋
(First of all, thanks for this template, it's super useful for a newbie like me)
I'm trying to install alpine.js using NPM, and although it's working locally (npm start) it doesn't work when deploying on Netlifly (NPM run build)
This is what I did:
npm i alpinejs
import 'alpinejs'
to src/_assets/scripts/site.js (first line)These are the things I checked that make me think maybe app.js is not loading on production
Is it possible there is a problem when building the app.bundled.js?
Site on Production: https://baterias-gesell.netlify.app/
Repo: https://github.com/LouRaul/baterias-gesell
Thnaks!
The text was updated successfully, but these errors were encountered: