Remove debug option from assets
This commit is contained in:
		
							parent
							
								
									ab7a4a914f
								
							
						
					
					
						commit
						5a0dfacc3b
					
				
							
								
								
									
										2
									
								
								hugo.go
								
								
								
								
							
							
						
						
									
										2
									
								
								hugo.go
								
								
								
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
//go:generate go get github.com/jteeuwen/go-bindata
 | 
					//go:generate go get github.com/jteeuwen/go-bindata
 | 
				
			||||||
//go:generate go install github.com/jteeuwen/go-bindata/go-bindata
 | 
					//go:generate go install github.com/jteeuwen/go-bindata/go-bindata
 | 
				
			||||||
//go:generate go-bindata -debug -pkg hugo -prefix "assets" -o binary.go assets/...
 | 
					//go:generate go-bindata -pkg hugo -prefix "assets" -o binary.go assets/...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Package hugo makes the bridge between the static website generator Hugo
 | 
					// Package hugo makes the bridge between the static website generator Hugo
 | 
				
			||||||
// and the webserver Caddy, also providing an administrative user interface.
 | 
					// and the webserver Caddy, also providing an administrative user interface.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue