|
|
@ -1,13 +1,13 @@
|
|
|
|
# (REQUIRED) The location of the pack files inside `pack_directory`.
|
|
|
|
# (REQUIRED) The location of the pack files inside `pack_directory`.
|
|
|
|
pack:
|
|
|
|
pack:
|
|
|
|
admin:
|
|
|
|
admin:
|
|
|
|
- admin.js
|
|
|
|
- admin.jsx
|
|
|
|
- public.js
|
|
|
|
- public.jsx
|
|
|
|
auth: public.js
|
|
|
|
auth: public.jsx
|
|
|
|
common:
|
|
|
|
common:
|
|
|
|
filename: common.js
|
|
|
|
filename: common.js
|
|
|
|
stylesheet: true
|
|
|
|
stylesheet: true
|
|
|
|
embed: public.js
|
|
|
|
embed: public.jsx
|
|
|
|
error: error.js
|
|
|
|
error: error.js
|
|
|
|
home:
|
|
|
|
home:
|
|
|
|
filename: application.js
|
|
|
|
filename: application.js
|
|
|
@ -18,9 +18,9 @@ pack:
|
|
|
|
- features/notifications
|
|
|
|
- features/notifications
|
|
|
|
mailer:
|
|
|
|
mailer:
|
|
|
|
modal:
|
|
|
|
modal:
|
|
|
|
public: public.js
|
|
|
|
public: public.jsx
|
|
|
|
settings: public.js
|
|
|
|
settings: public.jsx
|
|
|
|
share: share.js
|
|
|
|
share: share.jsx
|
|
|
|
|
|
|
|
|
|
|
|
# (OPTIONAL) The directory which contains localization files for
|
|
|
|
# (OPTIONAL) The directory which contains localization files for
|
|
|
|
# the flavour, relative to this directory.
|
|
|
|
# the flavour, relative to this directory.
|
|
|
|