Skip to content

Fix ups#3

Merged
aprilla merged 8 commits intogithub:masterfrom
joshaber:joshaber/fixups
Oct 19, 2022
Merged

Fix ups#3
aprilla merged 8 commits intogithub:masterfrom
joshaber:joshaber/fixups

Conversation

@joshaber
Copy link
Copy Markdown

Annotated below

"customizations": {
"codespaces": {
"openFiles": [
"build/app.js"
Copy link
Copy Markdown
Author

@joshaber joshaber Oct 14, 2022

Choose a reason for hiding this comment

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

build is the built artifacts, not the files they should edit, so we're ignoring them below and we should send them to ... I guess gameCoordinator.js? Or we could open both index.html and this?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Good catch! gameCoordinator.js sounds like a good starting point to me.

{
"portsAttributes": {
"8080": {
"3000": {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Swapped to serve over http-serve below because I couldn't get http-serve to stop sending ETags, which meant it wasn't picking up my JS changes on reload.

Comment thread gulpfile.js
@@ -1,5 +1,5 @@
const gulp = require('gulp');
const sass = require('gulp-sass');
const sass = require('gulp-sass')(require('sass'));
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I was getting an error from npx gulp without this.

@joshaber joshaber marked this pull request as ready for review October 14, 2022 20:53
Comment thread package.json Outdated
Copy link
Copy Markdown
Collaborator

@aprilla aprilla left a comment

Choose a reason for hiding this comment

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

One non-blocking nit, thanks for making these improvements! ✨

Co-authored-by: April Leonard <aprilla@github.com>
@aprilla aprilla merged commit 40e4cd2 into github:master Oct 19, 2022
@joshaber joshaber deleted the joshaber/fixups branch October 19, 2022 20:41
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.

2 participants