mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
minify application file & use it
This commit is contained in:
parent
c345b8ae64
commit
4f01b5c467
1
js/app.min.js
vendored
Normal file
1
js/app.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
|||||||
use \OCA\OcSms\Lib\CountryCodes;
|
use \OCA\OcSms\Lib\CountryCodes;
|
||||||
|
|
||||||
\OCP\Util::addScript('ocsms', 'angular.min');
|
\OCP\Util::addScript('ocsms', 'angular.min');
|
||||||
\OCP\Util::addScript('ocsms', 'app');
|
\OCP\Util::addScript('ocsms', 'app.min');
|
||||||
\OCP\Util::addScript('ocsms', 'vue.min');
|
\OCP\Util::addScript('ocsms', 'vue.min');
|
||||||
\OCP\Util::addStyle('ocsms', 'style');
|
\OCP\Util::addStyle('ocsms', 'style');
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user