An unfinished system to manage all your paper documentation in an easy way.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- cd /opt/autodoc/www/js/
- npm install popper.js --save
- npm install tooltip.js --save
- for i in `find node_modules -maxdepth 4 -mindepth 4 -type f | grep umd`; do cp $i .; done
- rm -rf node_modules
-
- npm install bs-custom-file-input --save
- for i in `find node_modules -name "bs-custom-file-input*" -type f`; do cp $i .; done
- rm -rf node_modules
|