mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 17:18:48 -04:00
Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
import './app'
|
|
import './filelist'
|
|
import './trash.scss'
|
|
|
|
window.OCA.Trashbin = OCA.Trashbin
|