8000 Modify tests to load `build/msg/en.js` instead of `msg/messages.js` · Issue #6824 · google/blockly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Modify tests to load build/msg/en.js instead of msg/messages.js #6824
Closed
@cpcallen

Description

@cpcallen

Check for duplicates

  • I have searched for similar issues before opening a new one.

Description

Most of the tests (including notably the playgrounds) have in the past loaded message via <script src="path/to/msg/messages.js">, but—although this works—messages.js is not intended to be used this way. They should instead be using the built en.js langfile.

For now it is probably preferable to use the un-UMD-wrapped version in build/ instead of the wrapped version in dist/ just to avoid having to run the package gulp task in order to run tests / load the playground.

Additional information

This task was broken out of issue #6403 which is otherwise complete.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0