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.
8 lines
407 B
8 lines
407 B
#!/usr/bin/env bash
|
|
echo "run browserify"
|
|
cd ..
|
|
source ~/venv/proekton/bin/activate
|
|
#browserify ./js/src/init.js -o ./js/build/init.js -t babelify
|
|
#browserify ./js/src/init_user_profile.js -o ./js/build/init_user_profile.js -t babelify
|
|
browserify ./js/src/init_customer_project_create.js -o ./js/build/init_customer_project_create.js -t babelify
|
|
#watchify ./js/src/init.js -t babelify -o ./js/build/init.js |