Merge pull request #324 from glitch-soc/load-public-on-admin

Load public javascripts on admin pages
remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
beatrix 2018-01-12 23:52:41 -05:00 committed by GitHub
commit 9526aababc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# (REQUIRED) The location of the pack files.
pack:
about: packs/about.js
admin:
admin: packs/public.js
auth:
common:
filename: packs/common.js

View File

@ -1,7 +1,7 @@
# (REQUIRED) The location of the pack files inside `pack_directory`.
pack:
about: about.js
admin:
admin: public.js
auth:
common:
filename: common.js