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

Optimize the Web-Editor build and styles #880

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MarekZeman91
Copy link

BEFORE

Old Intro Old Editor

AFTER

New Intro New Editor

Main changes

  • colors and naming changes to reflect the rebranding
  • JavaScript in editor.html optimized
  • CSS from editor.html moved to styles.css
  • tabs are aligned to the right and have active state
  • fixed JavaScript errors for missing variables
  • removed JavaScript infinite focus loop

IMPORTANT BUILD INFO

The web build works with UP TO emsdk 3.1.67.

Here is my Makefile:

build:
	../emsdk/emsdk install 3.1.67 && ../emsdk/emsdk activate 3.1.67 && source ../emsdk/emsdk_env.sh && scons platform=web target=editor

serve:
	python3 platform/web/serve.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants