@@ -0,0 +1,5 @@ | |||
cd /opt/autodoc/www/js/ | |||
npm install popper.js --save | |||
npm install tooltip.js --save | |||
for i in `find node_modules -maxdepth 3 -mindepth 3 -type f`; do cp $i .; done | |||
rm -rf node_modules |
@@ -1,3 +0,0 @@ | |||
# source https://popper.js.org | |||
https://unpkg.com/popper.js | |||
https://unpkg.com/tooltip.js |