2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Drop redundant module import

This commit is contained in:
Zlatan Vasović
2013-12-08 11:24:47 +01:00
parent e349fb2114
commit 0c457d48f8
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -6,7 +6,9 @@ module.exports = function (grunt) {
// Force use of Unix newlines
grunt.util.linefeed = '\n';
RegExp.quote = require('regexp-quote')
RegExp.quote = function (string) {
return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&')
}
var btoa = require('btoa')
// Project configuration.
grunt.initConfig({