mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Trying to fix for iphone
This commit is contained in:
		| @@ -5,11 +5,11 @@ var gulp    = require('gulp'), | ||||
|  | ||||
| gulp.task('js', function () { | ||||
|     gulp.src(['static/js/*.js', '!static/js/embed*', '!static/js/remotecontroller.js']) | ||||
|         .pipe(uglify({ | ||||
|         /*.pipe(uglify({ | ||||
|         	mangle: true, | ||||
|             compress: true, | ||||
|         	enclose: true | ||||
|         })) | ||||
|         }))*/ | ||||
|         .pipe(concat('main.min.js')) | ||||
|         .pipe(gulp.dest('static/dist')); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user