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:
authorXhmikosR <xhmikosr@gmail.com>2015-04-26 14:09:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-04-26 14:09:13 +0300
commite7b8fdfdb33a6f41a33f1e65bb3af7bf9d15189a (patch)
tree98b6e6851b307ad8e0cce4cce9362d238e65c292
parentd0be556cd857b779aca6394cdc72f357f9aafe0d (diff)
Switch to our own fork of grunt-sed.
-rw-r--r--Gruntfile.js6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 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
}
},
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"
},