packages: removed nix files
This commit is contained in:
parent
5a6f7608d6
commit
b712900e53
28 changed files with 12 additions and 14727 deletions
12
Makefile
12
Makefile
|
|
@ -78,6 +78,18 @@ docs-cleanup:
|
|||
web-build:
|
||||
NODE_PATH=$(NODE_PATH) $(GRUNT)
|
||||
|
||||
# check required files
|
||||
STATIC_CHECK="/robots.txt /502.html \
|
||||
/js/scripts.min.js /js/rhodecode-components.js \
|
||||
/css/style.css /css/style-polymer.css /css/style-ipython.css"
|
||||
|
||||
for file in $STATIC_CHECK;
|
||||
do
|
||||
if [ ! -f rhodecode/public/$file ]; then
|
||||
echo "Missing $file expected after web-build"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
.PHONY: pip-packages
|
||||
## show outdated packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue