Fix Gruntfile to build in windows environment
This commit is contained in:
parent
447f6cfe9f
commit
f6ec7e8ebd
|
|
@ -55,7 +55,7 @@ module.exports = function(grunt) {
|
|||
svgorvmlRegex = /\.(svg|vml)\.js/,
|
||||
closureRegex = /window\.Raphael.*\(R\)\s*\{/,
|
||||
closureEndRegex = /\}\(window\.Raphael\);\s*$/,
|
||||
exposeRegex = /(\n\s*\/\/\s*EXPOSE(?:\n|.)*\}\)\);)/;
|
||||
exposeRegex = /(\r?\n\s*\/\/\s*EXPOSE(?:\r|\n|.)*\}\)\);)/;
|
||||
|
||||
// Concatenate src
|
||||
src.forEach(function(path) {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
2564
raphael.js
2564
raphael.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue