From 0ad755322874a962411ce3dd96e01ac516d596f8 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sat, 14 Feb 2015 13:30:42 -0800 Subject: [PATCH] test: Don't run the npm pipeline for the now-empty skins directory Change-Id: I426835c83c0dd73fa7247ed2ec299cdec1e43fcb --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4481e392a1..e4322797bb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -21,7 +21,7 @@ module.exports = function ( grunt ) { }, all: [ '*.js', - '{includes,languages,resources,skins,tests}/**/*.js' + '{includes,languages,resources,tests}/**/*.js' ] }, jscs: { -- 2.20.1