mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
event logging
This commit is contained in:
parent
b6c676149a
commit
93ed361705
48 changed files with 861 additions and 853 deletions
|
@ -3,13 +3,9 @@
|
|||
NOW=$(date)
|
||||
echo "Build process started $NOW"
|
||||
|
||||
# First parameter to this script is the Intercom.io key for audit logging.
|
||||
# This is optional and we use Intercom to record user activity and provider in-app support via messaging.
|
||||
intercomKey="$1"
|
||||
|
||||
echo "Building Ember assets..."
|
||||
cd app
|
||||
ember b -o dist-prod/ --environment=production intercom=$intercomKey
|
||||
ember b -o dist-prod/ --environment=production
|
||||
|
||||
echo "Copying Ember assets..."
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue