From 013a560da631af0cf5586afce78b062f13c269be Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 3 May 2016 11:04:10 +0300 Subject: [PATCH] =?UTF-8?q?exclude=20form=E2=80=99s=20demo,=20lib=20and=20?= =?UTF-8?q?dist=20from=20general=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 3acdb21a..fdf35e2a 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { serverViews: ['app/views/**/*.*'], serverJS: ['gruntfile.js', 'server.js', 'config/**/*.js', 'app/**/*.js', '!app/tests/'], clientViews: ['public/modules/**/views/**/*.html'], - clientJS: ['public/js/*.js', 'public/modules/**/*.js', '!public/modules/**/gruntfile.js'], + clientJS: ['public/js/*.js', 'public/modules/**/*.js', '!public/modules/**/gruntfile.js', '!public/modules/**/demo/**/*.js', '!public/modules/**/dist/**/*.js', '!public/modules/**/lib/**/*.js'], clientCSS: ['public/modules/**/*.css'], serverTests: ['app/tests/**/*.js'], clientTests: ['public/modules/**/tests/*.js'],