Show More
The requested changes are too big and content was truncated. Show full diff
@@ -78,6 +78,18 b' docs-cleanup:' | |||
|
78 | 78 | web-build: |
|
79 | 79 | NODE_PATH=$(NODE_PATH) $(GRUNT) |
|
80 | 80 | |
|
81 | # check required files | |
|
82 | STATIC_CHECK="/robots.txt /502.html \ | |
|
83 | /js/scripts.min.js /js/rhodecode-components.js \ | |
|
84 | /css/style.css /css/style-polymer.css /css/style-ipython.css" | |
|
85 | ||
|
86 | for file in $STATIC_CHECK; | |
|
87 | do | |
|
88 | if [ ! -f rhodecode/public/$file ]; then | |
|
89 | echo "Missing $file expected after web-build" | |
|
90 | exit 1 | |
|
91 | fi | |
|
92 | done | |
|
81 | 93 | |
|
82 | 94 | .PHONY: pip-packages |
|
83 | 95 | ## show outdated packages |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (542 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: file was removed | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: file was removed | |
The requested commit or file is too big and content was truncated. Show full diff |
|
1 | NO CONTENT: file was removed | |
The requested commit or file is too big and content was truncated. Show full diff |
General Comments 0
You need to be logged in to leave comments.
Login now