fossasia/loklak_webclient

View on GitHub
gulp/tasks/deploy.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

var gulp = require('gulp');

gulp.task('deploy', ['prod'], function() {

  // Any deployment logic should go here

});