Revision 56318
Added by Argiro Kokogiannaki over 5 years ago
modules/uoa-connect-portal/trunk/src/app/app.component.ts | ||
---|---|---|
227 | 227 |
} |
228 | 228 |
}else{ |
229 | 229 |
this.bottomMenuItems = [ |
230 |
new MenuItem("","About","","/about",false,[],["/about"],this.properties.environment!="development"?{}:{communityId:community.communityId}), |
|
230 |
// new MenuItem("","About","","/about",false,[],["/about"],this.properties.environment!="development"?{}:{communityId:community.communityId}),
|
|
231 | 231 |
new MenuItem("","Organizations","","/organizations",false,[],["/organizations"],this.properties.environment!="development"?{}:{communityId:community.communityId}) |
232 | 232 |
]; |
233 | 233 |
if(this.properties.showContent){ |
modules/uoa-connect-portal/trunk/deploy/prepareDeploy.sh | ||
---|---|---|
10 | 10 |
## uncommect from here--> |
11 | 11 |
# rm -rf ../src/assets/common-assets/.svn/; |
12 | 12 |
# rm -rf ../src/app/openaireLibrary/.svn/; |
13 |
# cd ..; npm run build:dynamic; cd deploy;
|
|
13 |
# cd ..; npm run build:ssr; cd deploy;
|
|
14 | 14 |
# rm -rf ../src ../node_modules ../.idea/ ../installOpenaireLib.sh; cd ../; rm -rf deploy; |
15 | 15 |
# echo 'Now copy to the server!' |
16 | 16 |
|
Also available in: Unified diff
[Connect|trunk]
Deploy: Update deploy script for ang 7
App: remove about link for communities from footer