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>2017-10-30 17:35:11 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2017-10-30 18:27:44 +0300
commita35d5671f8c5bc22182aa5c67c1153d360696278 (patch)
tree2fc0746194beb6915e70d6ceb570e402624b9b88 /Gruntfile.js
parentd17138e356437a6814c768a9578c13efca061c2d (diff)
Separate webpack configs
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 2e42078f8..6be5b4776 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
jshintrc: '.jshintrc'
},
all: ['Gruntfile.js', 'js/*.js', 'js/models/*.js', 'js/views/*.js',
- '!js/mail.min.js', '!js/webpack.config.js']
+ '!js/mail.min.js', '!js/webpack.*.js']
},
jscs: {
src: '<%= jshint.all %>',