feat(getChallenges): Get Challenges by Lang
This commit is contained in:
@ -1,16 +1,7 @@
|
||||
const gulp = require('gulp');
|
||||
const util = require('gulp-util');
|
||||
const jsonMinify = require('gulp-json-minify');
|
||||
const babel = require('gulp-babel');
|
||||
const rename = require('gulp-rename');
|
||||
|
||||
gulp.task('json:minify', function() {
|
||||
return gulp.src('./challenges/**/*.json')
|
||||
.pipe(jsonMinify())
|
||||
.pipe(gulp.dest('dist/challenges/'))
|
||||
.on('error', util.log);
|
||||
});
|
||||
|
||||
gulp.task('babel-getChallenges', () =>
|
||||
gulp.src('./getChallenges.js')
|
||||
.pipe(babel({
|
||||
|
Reference in New Issue
Block a user