Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
PRetty print the webapp manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Apr 24, 2015
1 parent 4b468f6 commit e2f2dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-webapp",
"description": "Generate webapp manifests with grunt",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/freaktechnik/grunt-webapp",
"author": {
"name": "Martin Giger",
Expand Down
2 changes: 1 addition & 1 deletion tasks/webapp.js
Expand Up @@ -103,7 +103,7 @@ module.exports = function(grunt) {
grunt.log.warn('No launch path specified in manifest');
}

grunt.file.write(f.dest, JSON.stringify(manifest));
grunt.file.write(f.dest, JSON.stringify(manifest, null, 2));

grunt.log.ok('Webapp manifest "' + f.dest +'" written');
});
Expand Down

0 comments on commit e2f2dbb

Please sign in to comment.