You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: Use qunit/ during development instead of dist/
Use the same directory structure for the build artefact during
releases and during development.
Since the release file path is used by published npm and bower
packages, keep that as-is, and rename the internal development
target from dist/ to qunit/.
After this, contributors and maintainers will want to delete any
dist/ directory they might have, to avoid accidental linting or
publishing.
0 commit comments