Feature/#35 build tools #36
|
@ -104,7 +104,7 @@ gulp.task('scripts', () => {
|
|||
Serraniel
commented
Review
```suggestion
debug: isDev
```
```suggestion
debug: isDev
```
|
||||
.pipe(source('app.js'))
|
||||
.pipe(buffer())
|
||||
.pipe($.if(isDev, $.sourcemaps.init({ loadMaps: true })))
|
||||
//.pipe(uglify({ compress: { drop_console: isProd, drop_debugger: isProd } }))
|
||||
```suggestion
debug: isDev
```
|
||||
.pipe(uglify({ compress: { drop_console: isProd, drop_debugger: isProd } }))
|
||||
```suggestion
debug: isDev
```
|
||||
.pipe($.rename({ suffix: '.min' }))
|
||||
.pipe($.size({
|
||||
showFiles: true,
|
||||
|
|
|||
```suggestion
debug: isDev
```
```suggestion
debug: isDev
```
|
Loading…
Reference in a new issue