Skip to content

Commit

Permalink
Apply coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarty committed Jul 22, 2013
1 parent 9040738 commit ae15b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/closure-compiler.js
Expand Up @@ -50,7 +50,7 @@ module.exports = function(grunt) {
command += ' --js ' + data.js.join(' --js ');

if (data.jsOutputFile) {
if ( !grunt.file.isPathAbsolute(data.jsOutputFile) ){
if (!grunt.file.isPathAbsolute(data.jsOutputFile)) {
data.jsOutputFile = path.resolve('./') + '/' + data.jsOutputFile;
}
command += ' --js_output_file ' + data.jsOutputFile;
Expand Down

0 comments on commit ae15b4a

Please sign in to comment.