From 57998efa00d7c95cb3d7641bfd21b8e968e64a63 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Tue, 17 May 2016 12:50:15 +0100 Subject: [PATCH] Reenable notifications --- gulpfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 88216df..57c3e0d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,6 +1,3 @@ -// config - desktop notifications -process.env.DISABLE_NOTIFIER = false; - var gulp = require('gulp'); var gulpImagemin = require('gulp-imagemin'); var elixir = require('laravel-elixir');