From: James D. Forrester Date: Sat, 14 Feb 2015 21:30:42 +0000 (-0800) Subject: test: Don't run the npm pipeline for the now-empty skins directory X-Git-Tag: 1.31.0-rc.0~12407 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=0ad755322874a962411ce3dd96e01ac516d596f8;p=lhc%2Fweb%2Fwiklou.git test: Don't run the npm pipeline for the now-empty skins directory Change-Id: I426835c83c0dd73fa7247ed2ec299cdec1e43fcb --- 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: {