Skip to content

Commit

Permalink
beta 15
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrneDev committed Dec 23, 2020
1 parent 9fc056e commit 033ca3d
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 13 deletions.
3 changes: 2 additions & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
->css(__DIR__.'/less/forum.less'),

(new Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
->js(__DIR__.'/js/dist/admin.js')
->css(__DIR__.'/less/admin.less'),

new Locales(__DIR__.'/resources/locale'),

Expand Down
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 033ca3d

Please sign in to comment.