Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions develop/setup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ sdkjs:
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.

/usr/bin/documentserver-generate-allfonts.sh

## -----------------
Expand Down
Loading