Merge branch 'master' of https://github.com/ivandiazwm/opensupports
This commit is contained in:
commit
c2454ba1c3
|
@ -4,6 +4,7 @@ var gulp = require('gulp');
|
|||
var runSequence = require('run-sequence');
|
||||
|
||||
gulp.task('prod', ['clean'], function(callback) {
|
||||
process.env.NODE_ENV = 'production';
|
||||
|
||||
callback = callback || function() {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue