From 58ecc7d000e682df51c14562f369900dcd0f1eec Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 11 Feb 2019 11:27:51 +0100 Subject: Move files_trashbin to webpack 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 --- apps/files_trashbin/src/files_trashbin.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/files_trashbin/src/files_trashbin.js (limited to 'apps/files_trashbin/src/files_trashbin.js') diff --git a/apps/files_trashbin/src/files_trashbin.js b/apps/files_trashbin/src/files_trashbin.js new file mode 100644 index 00000000000..59f93e8ee26 --- /dev/null +++ b/apps/files_trashbin/src/files_trashbin.js @@ -0,0 +1,5 @@ +import './app' +import './filelist' +import './trash.scss' + +window.OCA.Trashbin = OCA.Trashbin -- cgit v1.2.3