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

Commit

Permalink
Minor fix for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Apr 23, 2015
1 parent a9d4048 commit 8219c51
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 16 deletions.
13 changes: 1 addition & 12 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,8 @@ module.exports = function(grunt) {
// Configuration to be run (and then tested).
webapp: {
default_options: {
options: {
},
files: {
'tmp/default_options': ['test/fixtures/testing', 'test/fixtures/123']
}
},
custom_options: {
options: {
separator: ': ',
punctuation: ' !!!'
},
files: {
'tmp/custom_options': ['test/fixtures/testing', 'test/fixtures/123']
'tmp/manifest.webapp': ['test/fixtures/manifest.webapp']
}
}
},
Expand Down
Binary file added images/icon-128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-webapp",
"description": "Generate webapp manifests with grunt",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/freaktechnik/grunt-webapp",
"author": {
"name": "Martin Giger",
Expand Down
2 changes: 1 addition & 1 deletion tasks/webapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(grunt) {
}

var images = {};
grunt.file.exapnd(options.images).forEach(function(filepath) {
grunt.file.expand(options.icons).forEach(function(filepath) {
var size = sizeOf(filepath).height;
images[size] = filepath;
});
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/123

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/testing

This file was deleted.

0 comments on commit 8219c51

Please sign in to comment.