added fonts and js libraries
This commit is contained in:
		
							parent
							
								
									cb21aafcb5
								
							
						
					
					
						commit
						a0bc772bf8
					
				
					 1 changed files with 12 additions and 1 deletions
				
			
		
							
								
								
									
										13
									
								
								deploy.sh
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								deploy.sh
									
										
									
									
									
								
							|  | @ -25,7 +25,7 @@ fi | ||||||
| rm -rf "${destination}"/* || die "Failed to clean destination directory (step 1)" | rm -rf "${destination}"/* || die "Failed to clean destination directory (step 1)" | ||||||
| rm -rf "${destination}"/.??* || die "Failed to clean destination directory (step 2)" | rm -rf "${destination}"/.??* || die "Failed to clean destination directory (step 2)" | ||||||
| 
 | 
 | ||||||
| cp -a index.html package.json systemjs.config.js "${destination}" || die "Failed to copy resources to dest/" | cp -a index.html abeezee-regular.woff freemono.* package.json systemjs.config.js "${destination}" || die "Failed to copy resources to dest/" | ||||||
| 
 | 
 | ||||||
| mkdir -p "${destination}/app/converter" || die "Failed to create dest/app/converter directory" | mkdir -p "${destination}/app/converter" || die "Failed to create dest/app/converter directory" | ||||||
| cp -a app/*.css app/*.html app/*.js app/*.js.map "${destination}/app" || die "Failed to copy resources to dest/app" | cp -a app/*.css app/*.html app/*.js app/*.js.map "${destination}/app" || die "Failed to copy resources to dest/app" | ||||||
|  | @ -33,15 +33,26 @@ cp -a app/converter/*.js app/converter/*.js.map "${destination}/app/converter" | | ||||||
| 
 | 
 | ||||||
| mkdir -p "${destination}/node_modules/@angular" || die "Failed to create dest/node_modules/@angular" | mkdir -p "${destination}/node_modules/@angular" || die "Failed to create dest/node_modules/@angular" | ||||||
| cp -a node_modules/@angular/* "${destination}/node_modules/@angular/" || die "Failed to copy @angular" | cp -a node_modules/@angular/* "${destination}/node_modules/@angular/" || die "Failed to copy @angular" | ||||||
|  | 
 | ||||||
| mkdir -p "${destination}/node_modules/core-js/client" || die "Failed to create dest/node_modules/core-js" | mkdir -p "${destination}/node_modules/core-js/client" || die "Failed to create dest/node_modules/core-js" | ||||||
| cp -a node_modules/core-js/client/shim.js "${destination}/node_modules/core-js/client/" || die "Failed to copy core-js" | cp -a node_modules/core-js/client/shim.js "${destination}/node_modules/core-js/client/" || die "Failed to copy core-js" | ||||||
|  | 
 | ||||||
| mkdir -p "${destination}/node_modules/zone.js/dist" || die "Failed to create dest/node_modules/zone.js" | mkdir -p "${destination}/node_modules/zone.js/dist" || die "Failed to create dest/node_modules/zone.js" | ||||||
| cp -a node_modules/zone.js/dist/zone.js "${destination}/node_modules/zone.js/dist/" || die "Failed to copy zone.js" | cp -a node_modules/zone.js/dist/zone.js "${destination}/node_modules/zone.js/dist/" || die "Failed to copy zone.js" | ||||||
|  | 
 | ||||||
| mkdir -p "${destination}/node_modules/reflect-metadata" || die "Failed to create dest/node_modules/reflect-metadata" | mkdir -p "${destination}/node_modules/reflect-metadata" || die "Failed to create dest/node_modules/reflect-metadata" | ||||||
| cp -a node_modules/reflect-metadata/Reflect.js "${destination}/node_modules/reflect-metadata/" || die "Failed to copy Reflect.js" | cp -a node_modules/reflect-metadata/Reflect.js "${destination}/node_modules/reflect-metadata/" || die "Failed to copy Reflect.js" | ||||||
|  | 
 | ||||||
| mkdir -p "${destination}/node_modules/rxjs" || die "Failed to create dest/node_modules/rxjs" | mkdir -p "${destination}/node_modules/rxjs" || die "Failed to create dest/node_modules/rxjs" | ||||||
| cp -a node_modules/rxjs/* "${destination}/node_modules/rxjs/" || die "Failed to copy rxjs" | cp -a node_modules/rxjs/* "${destination}/node_modules/rxjs/" || die "Failed to copy rxjs" | ||||||
|  | 
 | ||||||
| mkdir -p "${destination}/node_modules/systemjs/dist" || die "Failed to create dest/node_modules/systemjs" | mkdir -p "${destination}/node_modules/systemjs/dist" || die "Failed to create dest/node_modules/systemjs" | ||||||
| cp -a node_modules/systemjs/dist/system.src.js "${destination}/node_modules/systemjs/dist/" || die "Failed to copy system.src.js" | cp -a node_modules/systemjs/dist/system.src.js "${destination}/node_modules/systemjs/dist/" || die "Failed to copy system.src.js" | ||||||
| 
 | 
 | ||||||
|  | mkdir -p "${destination}/node_modules/utf8" || die "Failed to create dest/node_modules/utf8" | ||||||
|  | cp -a node_modules/utf8/utf8.js "${destination}/node_modules/utf8/" || die "Failed to copy utf8.js" | ||||||
|  | 
 | ||||||
|  | mkdir -p "${destination}/node_modules/quoted-printable" || die "Failed to create dest/node_modules/quoted-printable" | ||||||
|  | cp -a node_modules/quoted-printable/quoted-printable.js "${destination}/node_modules/quoted-printable/" || die "Failed to copy quoted-printable.js" | ||||||
|  | 
 | ||||||
| echo "Deployment successful." | echo "Deployment successful." | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue