Skip to content

Commit

Permalink
Further reduce pack differences with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Mar 15, 2024
1 parent 42dd3cc commit d49e4e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
2 changes: 2 additions & 0 deletions app/javascript/flavours/glitch/packs/public.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import { loadLocale, getLocale } from 'flavours/glitch/locales';
import { loadPolyfills } from 'flavours/glitch/polyfills';
import ready from 'flavours/glitch/ready';

import 'cocoon-js-vanilla';

const messages = defineMessages({
usernameTaken: { id: 'username.taken', defaultMessage: 'That username is taken. Try another' },
passwordExceedsLength: { id: 'password_confirmation.exceeds_maxlength', defaultMessage: 'Password confirmation exceeds the maximum password length' },
Expand Down
42 changes: 0 additions & 42 deletions app/javascript/flavours/glitch/packs/settings.js

This file was deleted.

2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pack:
mailer:
modal:
public: packs/public.jsx
settings: packs/settings.js
settings: packs/public.jsx
sign_up: packs/sign_up.js
share: packs/share.jsx

Expand Down

0 comments on commit d49e4e7

Please sign in to comment.