Skip to content
Snippets Groups Projects
Commit 59de4dea authored by Carsten  Rose's avatar Carsten Rose
Browse files

Try to fix Makefile

parent 4bbce908
No related branches found
No related tags found
6 merge requests!456F10782_TinyMce_Image_Upload_2,!455F10782_TinyMce_Image_Upload_2,!454F10782 TinyMce Image Upload V2,!449Refs #10782 - TinyMce Image Upload final version. With feature from Refs #12452.,!448refs #10782 - tinyMce image upload final version,!407F10782 TinyMCE picture upload with user given base file path and unique filename
Pipeline #6949 canceled
......@@ -83,13 +83,11 @@ basic: .npmpackages .virtual_env
which node
echo "${PATH}"
npm ls -g grunt-cli 2>/dev/null || { echo "Please install grunt-cli npm package using 'npm install -g grunt-cli'" 1>&2 ; exit 1; }
# update npm at persistent location and copy node_modules (to speed up process)
mkdir -p $(VAR_TMP)/npm
/bin/cp package.json $(VAR_TMP)/npm/
cd $(VAR_TMP)/npm; npm update
/bin/cp -r $(VAR_TMP)/npm/node_modules ./
touch $@
.support:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment