Introduced in 07df69c
|
# Install NPM deps and move external plugins from `node_modules` to `plugins` directory. |
|
echo "" |
|
echo "Installing NPM dependencies..." |
|
|
|
npm i |
|
|
|
echo "" |
|
echo "Copying plugins from NPM directory..." |
|
echo "" |
There is a -v
switch which should return only the CKEditor version
|
if [ "$1" == "-v" ] |
|
then |
|
echo $versionFolder |
|
exit 0 |
|
fi |
but because of those changes version fetched is:
Installing NPM dependencies...
Copying plugins from NPM directory...
4.16.0/