From 0ba8c9a0a054e23f03b82b6fd0132ee7a766c565 Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Thu, 29 Oct 2015 11:05:48 +0100 Subject: implement jcard support --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 5035647d..696d43e9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -6,7 +6,9 @@ var gulp = require('gulp'), gulp.task('js', function() { return gulp.src([ 'js/main.js', - 'js/components/**/*.js' + 'js/components/**/*.js', + 'js/services/**/*.js', + 'js/models/**/*.js' ]) .pipe(jshint('.jshintrc')) .pipe(jshint.reporter('default')) -- cgit v1.2.3