mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:47:32 -05:00 
			
		
		
		
	Move bower sources to resources/assets directory
This commit is contained in:
		
							parent
							
								
									3a8b711769
								
							
						
					
					
						commit
						a517a3d1fa
					
				
							
								
								
									
										2
									
								
								.bowerrc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.bowerrc
									
									
									
									
									
								
							@ -1,3 +1,3 @@
 | 
			
		||||
{
 | 
			
		||||
  "directory": "./public/vendor"
 | 
			
		||||
  "directory": "./resources/assets/bower"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -8,6 +8,7 @@
 | 
			
		||||
/public/build
 | 
			
		||||
/public/packages
 | 
			
		||||
/public/vendor
 | 
			
		||||
/resources/assets/bower
 | 
			
		||||
/storage
 | 
			
		||||
/bootstrap/compiled.php
 | 
			
		||||
/bootstrap/environment.php
 | 
			
		||||
 | 
			
		||||
@ -48,7 +48,7 @@ elixir.config.css.minifier.pluginOptions = {
 | 
			
		||||
 *
 | 
			
		||||
 * @type {string}
 | 
			
		||||
 */
 | 
			
		||||
var bowerDir = 'public/vendor';
 | 
			
		||||
var bowerDir = 'resources/assets/bower';
 | 
			
		||||
 | 
			
		||||
elixir(function(mix) {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user