Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2015-10-21 23:47:23 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2015-10-21 23:47:23 +0300
commit6920f3a39470c05d193021bb89b2180fa364dd09 (patch)
treed074d130287cbdcad64d73c0c910fd8399473dbc /Gruntfile.js
parent9713150f3adf742c73e4ff3947876731bd7f3eb5 (diff)
Ignore mail.min.js
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 37e30ac24..62482052b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -16,7 +16,7 @@ module.exports = function(grunt) {
options: {
jshintrc: '.jshintrc'
},
- all: ['Gruntfile.js', 'js/*.js', 'js/models/*.js', 'js/views/*.js']
+ all: ['Gruntfile.js', 'js/*.js', 'js/models/*.js', 'js/views/*.js', '!js/mail.min.js']
},
jscs: {
src: '<%= jshint.all %>',