mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
moved emberjs to gui folder
This commit is contained in:
parent
6a18d18f91
commit
dc49dbbeff
999 changed files with 677 additions and 651 deletions
14
build.sh
14
build.sh
|
@ -4,19 +4,19 @@ NOW=$(date)
|
|||
echo "Build process started $NOW"
|
||||
|
||||
echo "Building Ember assets..."
|
||||
cd app
|
||||
cd gui
|
||||
ember b -o dist-prod/ --environment=production
|
||||
|
||||
echo "Copying Ember assets..."
|
||||
cd ..
|
||||
rm -rf embed/bindata/public
|
||||
mkdir -p embed/bindata/public
|
||||
cp -r app/dist-prod/assets embed/bindata/public
|
||||
cp -r app/dist-prod/codemirror embed/bindata/public/codemirror
|
||||
cp -r app/dist-prod/tinymce embed/bindata/public/tinymce
|
||||
cp -r app/dist-prod/sections embed/bindata/public/sections
|
||||
cp app/dist-prod/*.* embed/bindata
|
||||
cp app/dist-prod/favicon.ico embed/bindata/public
|
||||
cp -r gui/dist-prod/assets embed/bindata/public
|
||||
cp -r gui/dist-prod/codemirror embed/bindata/public/codemirror
|
||||
cp -r gui/dist-prod/tinymce embed/bindata/public/tinymce
|
||||
cp -r gui/dist-prod/sections embed/bindata/public/sections
|
||||
cp gui/dist-prod/*.* embed/bindata
|
||||
cp gui/dist-prod/favicon.ico embed/bindata/public
|
||||
rm -rf embed/bindata/mail
|
||||
mkdir -p embed/bindata/mail
|
||||
cp core/api/mail/*.html embed/bindata/mail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue