python-nbclassic/create_node_modules.sh
2024-12-04 13:32:14 +00:00

10 lines
207 B
Bash

#!/bin/sh
#
# Script to create node_modules.tar.xz
# needs bower, webpack and webpack-cli installed
npm install
python3 setup.py jsdeps
tar cJf node_modules.tar.xz node_modules nbclassic/static/components