Don't be so picky about path separators

This commit is contained in:
Rick Waldron
2012-10-17 12:50:10 -04:00
parent 7607068faa
commit 3bfd158784

View File

@@ -437,11 +437,6 @@ module.exports = function( grunt ) {
created = path + filename.replace( "dist/", "" );
if ( !/^\//.test( path ) ) {
log.error( "File '" + created + "' was NOT created." );
return;
}
file.write( created, file.read(filename) );
log.writeln( "File '" + created + "' created." );