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
Hello,
Everytime i change shortCode code, dev server refreshes the page, but until i kill the process and start it again, changes are not reflected.
To workaround that I use nodemon
"start": "npx nodemon --watch .eleventy.js --exec \"npm run dev\"",
But it would be very convenient if i didnt have to, since it takes some time to start over.
The text was updated successfully, but these errors were encountered:
What does npm run dev run?
npm run dev
Sorry, something went wrong.
Ah, sorry I missed the shortcode part there.
shortcode
This is a bug in core, currently filed at 11ty/eleventy#1052
please follow along there!
Ach, I was hoping from your comments in the weekly update today that this may be squished with the new dev server. Alas!
No branches or pull requests
Hello,
Everytime i change shortCode code, dev server refreshes the page, but until i kill the process and start it again, changes are not reflected.
To workaround that I use nodemon
But it would be very convenient if i didnt have to, since it takes some time to start over.
The text was updated successfully, but these errors were encountered: