-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow scripts files to not be in /public
#110
Allow scripts files to not be in /public
#110
Conversation
81147f8
to
311a1b2
Compare
src/public
/public
e223530
to
0863937
Compare
/public
/public
@pkong-ds ready for review except for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also - can you help add sth like below to README? ### About `src/pages/**/_*.ts`
You might observe some js/ts files with underscroe `_` prefix. This is because ...
ref https://docs.astro.build/en/guides/routing/#excluding-pages |
For the script use for |
de3cdb1
to
f176ff2
Compare
f176ff2
to
4be4881
Compare
Yes, I think this PR aims at modulizing script files to their related astro components. Can you help? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please help with below 🙏 Thanks
- ✅ Ensure auto download filename is
<device>-mockup.zip
instead ofmockup.zip
- Move script files for
baseLayout
andindex
- Modify readme
README.md
Outdated
You might observe some js/ts files with underscroe `_` prefix. This is because ... | ||
|
||
ref https://docs.astro.build/en/guides/routing/#excluding-pages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you help fine-tune this a bit? I was providing a template for you to modify 🤣
4be4881
to
39ebb17
Compare
39ebb17
to
b49a412
Compare
@pkong-ds updated~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot Yayun 🙏 🙏 🙏 🙏 🙏
Ref: MUP-147
For the script in
public/
use for[model].astro
, since they might need package file, let's move it when implementing https://linear.app/oursky/issue/MUP-161/change-ulid-from-cdn-into-packagejson and https://linear.app/oursky/issue/MUP-159/change-all-js-files-into-ts-files