Skip to content
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

Hot Reloading Examples page #1090

Closed
wants to merge 1 commit into from
Closed

Hot Reloading Examples page #1090

wants to merge 1 commit into from

Conversation

bozdoz
Copy link
Collaborator

@bozdoz bozdoz commented Nov 28, 2020

adds:

  • browser-sync as a hot reloading dev server
  • npm-run-all for running browser-sync and rollup in parallel

@bozdoz bozdoz requested a review from afshinm November 28, 2020 23:48
@github-actions
Copy link

Size Change: +2 B (0%)

Total Size: 24.2 kB

Filename Size Change
dist/minified/intro.min.js 7.46 kB +2 B (0%)
ℹ️ View Unchanged
Filename Size Change
dist/intro.js 16.7 kB 0 B

compressed-size-action

| */
module.exports = {
"ui": false,
"files": ['dist/**', 'example/**', 'docs/**', 'themes/**'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm planning on moving the examples/ folder to introjs-website repo. I think we should keep this repo for Intro.js codebase and the introjs-website for docs, examples, etc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I was wondering about that. That makes this whole PR dead. I can make new instructions once those changes are made I guess. We could run rollup -c -w in this repo, and then browsersync in the website, with yarn link or something? Cool to close this PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually what happens with the netlify deploys if the example dir is moved?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good question. I did not consider the Netilfy deploys 🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git sub-modules? 😨

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if there are any good solutions. Symlinking and string replacements (for URL's) come to my mind. I guess it's a good question as to what the examples pages are for. Are they for the website? or for development?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both? I thing the end goal is to have the examples folder on the website but it's also nice to have that folder in the main repo (helps with Netlify deployments as you mentioned).

@bozdoz bozdoz closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants