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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-20 16:34:34 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-20 16:34:34 +0300
commite6a5a0deb1db9732884cc7a1795317131fbf61d9 (patch)
tree7b112312e75fe4e1a64d3f6516cd3f74b6b1afd8 /Gruntfile.js
parent1900e69754d0833d34634606cc153d71eeb4251d (diff)
Update some js dev deps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 6be5b4776..68578559c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -7,7 +7,7 @@
* later. See the COPYING file.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
+ * @copyright Christoph Wurst 2017
*/
module.exports = function(grunt) {
// Project configuration.
@@ -17,13 +17,12 @@ module.exports = function(grunt) {
jshintrc: '.jshintrc'
},
all: ['Gruntfile.js', 'js/*.js', 'js/models/*.js', 'js/views/*.js',
- '!js/mail.min.js', '!js/webpack.*.js']
+ '!js/build/build.js', '!js/webpack.*.js']
},
jscs: {
src: '<%= jshint.all %>',
options: {
- config: '.jscsrc',
- verbose: true
+ config: '.jscsrc'
}
},
karma: {