From 8037a86eb3a44f129e619ef17b715d396c459cd5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 7 Mar 2015 13:53:13 +0100 Subject: match makefile and cachebuster file --- js/Gruntfile.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'js') diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 9ec8b4aff..1647fac32 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -236,22 +236,39 @@ module.exports = function (grunt) { '../js/vendor/**/*.min.js', '!../js/vendor/jquery/**', '!../js/vendor/js-url/lib/**', + '!../js/vendor/angular-mocks/**', '!../css/**', '../css/*.min.css', '!../**/*.md', + '!../**/*.markdown', '!../**/*.rst', '!../appinfo/checksum.json', '!../build/**', + '!../bin/git/**', '!../**/phpunit*', '!../vendor/**/tests/**', '!../vendor/**/docs/**', '!../**/*.log', '!../**/*.sw', '!../**/composer.*', + '!../**/Makefile', '!../vendor/ezyang/htmlpurifier/configdoc/**', '!../vendor/ezyang/htmlpurifier/smoketests/**', '!../vendor/ezyang/htmlpurifier/maintenance/**', '!../vendor/ezyang/htmlpurifier/benchmarks/**', + '!../vendor/ezyang/htmlpurifier/art/**', + '!../vendor/ezyang/htmlpurifier/extras/**', + '!../vendor/ezyang/htmlpurifier/plugins/**', + '!../vendor/ezyang/htmlpurifier/Doxyfile', + '!../vendor/ezyang/htmlpurifier/FOCUS', + '!../vendor/ezyang/htmlpurifier/INSTALL*', + '!../vendor/ezyang/htmlpurifier/NEWS', + '!../vendor/ezyang/htmlpurifier/phpdoc.ini', + '!../vendor/ezyang/htmlpurifier/README', + '!../vendor/ezyang/htmlpurifier/TODO', + '!../vendor/ezyang/htmlpurifier/VERSION', + '!../vendor/ezyang/htmlpurifier/WHATSNEW', + '!../vendor/ezyang/htmlpurifier/WYSIWYG', '!../**/*.pyc', '!../**/PKG_INFO', '!../**/__pycache__', -- cgit v1.2.3