Skip to content

Commit

Permalink
tabs -> spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarchein committed Mar 22, 2013
1 parent e5d6b50 commit 990e82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lib/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports.init = function(grunt) {
var compilerOptions = options;

grunt.util.async.concatSeries(files, function(file, next) {
var prepend = compilerOptions.pathPrepend || '';
var prepend = compilerOptions.pathPrepend || '';
var id = prepend + path.relative(compilerOptions.base, file).replace( /\\/g, '/');
var template = '\n $templateCache.put("<%= id %>",\n "<%= content %>"\n );\n';
var cleaned = grunt.file.read(file).replace(/\\/g, '\\\\').replace(/"/g, '\\"').replace(/\r?\n/g, '" +\n "');
Expand Down

0 comments on commit 990e82b

Please sign in to comment.