1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-26 07:30:13 +00:00

rename app.js to legacy.js, move globals to app.js in Sms object and helpers to a dedicated file

This commit is contained in:
Loic Blot
2017-12-28 17:39:14 +01:00
parent 4f01b5c467
commit 20b77148c7
5 changed files with 148 additions and 113 deletions
+7
View File
@@ -0,0 +1,7 @@
# Generate bundle
Use uglifyjs to generate app.min.js bundle
```
uglifyjs devel/*.js > app.min.js
```