Skip to content

fix: 🐛 Ensure that device_scale.js is included in the docker build#64

Closed
moodyjmz wants to merge 1 commit intomainfrom
fix/ensure-that-device_scale.js-is-included-in-the-build
Closed

fix: 🐛 Ensure that device_scale.js is included in the docker build#64
moodyjmz wants to merge 1 commit intomainfrom
fix/ensure-that-device_scale.js-is-included-in-the-build

Conversation

@moodyjmz
Copy link
Copy Markdown
Member

@moodyjmz moodyjmz commented Apr 8, 2026

Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
@moodyjmz moodyjmz self-assigned this Apr 8, 2026
@moodyjmz moodyjmz added the bug Something isn't working label Apr 8, 2026
cd $(EO_DEV)/sdkjs/build && \
npm install && \
CC_PLATFORM=$(CC_PLATFORM) BUILD_ROOT=$(EO_ROOT) grunt $(SDKJS_OPTS) $(CFLAGS) develop && \
cp $(EO_DEV)/sdkjs/common/device_scale.js $(EO_ROOT)/sdkjs/common/device_scale.js && \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Would it make sense to rather let grunt copy this?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I thought that, but when added to the list of files to copy over it started running closure compiler on each file it was copying, as it is the single file that is the exception. I agree though, it looks odd. I will look.

@moodyjmz
Copy link
Copy Markdown
Member Author

moodyjmz commented Apr 9, 2026

Moving to grunt

@moodyjmz moodyjmz closed this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants