1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 06:00:24 +02:00
* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit compiled JS
* Restructure `js` directory; only one instance of npm, forum/admin are "submodules"
* Refactor JS initializers into Application subclasses
* Maintain partial compatibility API (importing from absolute paths) for extensions
* Remove minification responsibility from PHP asset compiler
* Restructure `less` directory
This commit is contained in:
Toby Zerner
2018-06-20 13:20:31 +09:30
committed by GitHub
parent 7f68717769
commit c6ebef3631
235 changed files with 9351 additions and 57639 deletions

40
framework/core/js/dist/admin.js vendored Normal file

File diff suppressed because one or more lines are too long

1
framework/core/js/dist/admin.js.map vendored Normal file

File diff suppressed because one or more lines are too long

67
framework/core/js/dist/forum.js vendored Normal file

File diff suppressed because one or more lines are too long

1
framework/core/js/dist/forum.js.map vendored Normal file

File diff suppressed because one or more lines are too long