Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cd84359..c4e997c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -317,6 +317,12 @@ module.exports = function (grunt) {
return old ? RegExp.quote(old) : old;
})(),
replacement: grunt.option('newver'),
+ exclude: [
+ 'dist/fonts',
+ 'docs/assets',
+ 'fonts',
+ 'node_modules'
+ ],
recursive: true
}
},