You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							490 B
						
					
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							490 B
						
					
					
				require('smoosh').config({
 | 
						|
    "JAVASCRIPT": {
 | 
						|
      "DIST_DIR": "./"
 | 
						|
    , "ready": ['./src/ready.js']
 | 
						|
  }
 | 
						|
  , "JSHINT_OPTS": {
 | 
						|
      "boss": true
 | 
						|
    , "forin": false
 | 
						|
    , "curly": false
 | 
						|
    , "debug": false
 | 
						|
    , "devel": false
 | 
						|
    , "evil": false
 | 
						|
    , "regexp": false
 | 
						|
    , "undef": false
 | 
						|
    , "sub": true
 | 
						|
    , "white": false
 | 
						|
    , "indent": 2
 | 
						|
    , "asi": true
 | 
						|
    , "laxbreak": true
 | 
						|
    , "eqeqeq": false
 | 
						|
    , "eqnull": true
 | 
						|
    , "laxcomma": true
 | 
						|
  }
 | 
						|
}).run().build().analyze()
 |