nextcloud/apps/files_versions/src/files_versions.js
Robin Appelman 3cce485fc8
use webpack to compile handlebars for files_versions
This removes the need to manually compile the templates every time they are changed

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-04-08 09:16:07 +02:00

7 lines
167 B
JavaScript

import './versionmodel'
import './versioncollection'
import './versionstabview'
import './filesplugin'
import './css/versions.css'
window.OCA.Versions = OCA.Versions