test: Don't run the npm pipeline for the now-empty skins directory
authorJames D. Forrester <jforrester@wikimedia.org>
Sat, 14 Feb 2015 21:30:42 +0000 (13:30 -0800)
committerJames D. Forrester <jforrester@wikimedia.org>
Sat, 14 Feb 2015 21:31:39 +0000 (13:31 -0800)
Change-Id: I426835c83c0dd73fa7247ed2ec299cdec1e43fcb

Gruntfile.js

index 4481e39..e432279 100644 (file)
@@ -21,7 +21,7 @@ module.exports = function ( grunt ) {
                        },
                        all: [
                                '*.js',
-                               '{includes,languages,resources,skins,tests}/**/*.js'
+                               '{includes,languages,resources,tests}/**/*.js'
                        ]
                },
                jscs: {