scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 58 Rev 125
Line 15... Line 15...
15 return gulp 15 return gulp
16 .src("fingerprint2.js") 16 .src("fingerprint2.js")
17 .pipe(rename({suffix: ".min"})) 17 .pipe(rename({suffix: ".min"}))
18 .pipe(uglify({ 18 .pipe(uglify({
19 compress: { 19 compress: {
20 global_defs: { 20 global_defs: {}
21 NODEBUG: true -  
22 } -  
23 }, 21 },
24 output: { 22 output: {
25 ascii_only: true 23 ascii_only: true
26 } 24 }
27 })) 25 }))