Commit 181d07e1 authored by Alexander Yuzhin's avatar Alexander Yuzhin Committed by Alexander.Trofimov

Сборка скриптов для mac os x

parent 2e40352c
#!/bin/bash
echo "----------------------------------------"
echo "Building for mobile"
echo "----------------------------------------"
BASEDIR="$(cd "$(dirname "$0")" && pwd)"
npm install
grunt --level=WHITESPACE_ONLY --mobile=true --formatting=PRETTY_PRINT
cp -v "../cell/sdk-all.js" "../../mobile-apps/ios/Vendor/ONLYOFFICE/SDKData/spreadsheets/script.bin"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment