Fix Gruntfile to build in windows environment

This commit is contained in:
Touch it 2013-06-03 02:06:05 +02:00
parent 447f6cfe9f
commit f6ec7e8ebd
3 changed files with 2465 additions and 120 deletions

View File

@ -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) {

19
raphael-min.js vendored

File diff suppressed because one or more lines are too long

2564
raphael.js

File diff suppressed because it is too large Load Diff