summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-07 13:53:13 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-07 13:53:13 +0100
commit8037a86eb3a44f129e619ef17b715d396c459cd5 (patch)
treedec62ebd2b709241aef1e2192a20f0fa162b1483 /js
parent25f7062b2853eae4707d14f68a6e56a8f9413b78 (diff)
match makefile and cachebuster file
Diffstat (limited to 'js')
-rw-r--r--js/Gruntfile.js17
1 files changed, 17 insertions, 0 deletions
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__',