install baker-street_gulp-scss 0.0.8
This commit is contained in:
0
bin/.aldryn-folder
Normal file
0
bin/.aldryn-folder
Normal file
2
bin/django
Normal file
2
bin/django
Normal file
@@ -0,0 +1,2 @@
|
||||
#/bin/bash
|
||||
docker-compose run --rm web python manage.py "$@"
|
||||
2
bin/gulp
Normal file
2
bin/gulp
Normal file
@@ -0,0 +1,2 @@
|
||||
#/bin/bash
|
||||
exec docker-compose run --rm web gulp "$@" --debug
|
||||
3
bin/update
Normal file
3
bin/update
Normal file
@@ -0,0 +1,3 @@
|
||||
#/bin/bash
|
||||
docker-compose run --rm web pip-compile -v --upgrade
|
||||
docker-compose build web
|
||||
Reference in New Issue
Block a user