install baker-street_gulp-scss 0.0.8

This commit is contained in:
2018-03-15 11:21:12 +00:00
parent 7feaf7b129
commit acc2f753fa
37 changed files with 11264 additions and 5 deletions

0
bin/.aldryn-folder Normal file
View File

2
bin/django Normal file
View File

@@ -0,0 +1,2 @@
#/bin/bash
docker-compose run --rm web python manage.py "$@"

2
bin/gulp Normal file
View File

@@ -0,0 +1,2 @@
#/bin/bash
exec docker-compose run --rm web gulp "$@" --debug

3
bin/update Normal file
View File

@@ -0,0 +1,3 @@
#/bin/bash
docker-compose run --rm web pip-compile -v --upgrade
docker-compose build web