X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fabout%2Fscripts%2Fbuild.sh;h=403cb6aa9fc14ea9e24cd84e16f4b15913370e0a;hp=3fd92536d788a04dd935a67c26f51f46ed5258df;hb=03156e335275de1dafbc2a816e98006afdf249bf;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/about/scripts/build.sh b/skyquake/plugins/about/scripts/build.sh index 3fd92536d..403cb6aa9 100755 --- a/skyquake/plugins/about/scripts/build.sh +++ b/skyquake/plugins/about/scripts/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright 2016 RIFT.IO Inc +# Copyright 2016-2017 RIFT.IO Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,15 +18,5 @@ PLUGIN_NAME=about # change to the directory of this script -THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -cd $THIS_DIR -cd .. - -echo 'Building plugin '$PLUGIN_NAME -echo 'Fetching third-party node_modules for '$PLUGIN_NAME -npm install -echo 'Fetching third-party node_modules for '$PLUGIN_NAME'...done' -echo 'Packaging '$PLUGIN_NAME' using webpack' -ui_plugin_cmake_build=true ./node_modules/.bin/webpack --optimize-minimize --progress --config webpack.production.config.js -echo 'Packaging '$PLUGIN_NAME' using webpack... done' -echo 'Building plugin '$PLUGIN_NAME'... done' +PLUGIN_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source ../../../../skyquake/skyquake-build/scripts/build-plugin.sh \ No newline at end of file