From e7b8fdfdb33a6f41a33f1e65bb3af7bf9d15189a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 26 Apr 2015 14:09:13 +0300 Subject: Switch to our own fork of grunt-sed. --- Gruntfile.js | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 } }, diff --git a/package.json b/package.json index 59d8a77..a359b47 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-html": "~4.0.3", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.6.0", - "grunt-sed": "~0.1.1", + "grunt-sed": "twbs/grunt-sed#v0.2.0", "load-grunt-tasks": "~3.1.0", "time-grunt": "~1.1.1" }, -- cgit v1.2.3