added build dep git and fixed Makefile.in
This commit is contained in:
@@ -37,7 +37,7 @@ all: init js
|
||||
|
||||
init:
|
||||
npm install bower requirejs uglify-js jade && cp package-lock.json package.json
|
||||
cd isso/js && ../../node_modules/bower/bin/bower install --allow-root almond requirejs requirejs-text jade
|
||||
cd isso/js && ../../node_modules/bower/bin/bower --allow-root install almond requirejs requirejs-text jade
|
||||
|
||||
flakes:
|
||||
flake8 . --count --ignore=${FLAKE_IGNORE} --max-line-length=127 --show-source --statistics
|
||||
|
||||
Reference in New Issue
Block a user