You can now run `gulp serve.e2e.prod` to instantiate a task that watches and compiles example and module files into the prod directory in dist and then allows the code to be run via protractor. Closes #2369
		
			
				
	
	
		
			4 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var data = module.exports = require('./protractor-shared.js');
 | |
| var config = data.config;
 | |
| config.baseUrl = 'http://localhost:8001/';
 |