grunt-jasper
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "grunt-jasper", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Grunt task to build and package jasper application", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jasperjs/grunt-jasper", |
@@ -186,3 +186,4 @@ /* | ||
if (def.type.toUpperCase() === 'PAGE') { | ||
def.area = area.name; | ||
if(!def.area) | ||
def.area = area.name; | ||
pages.push(def); | ||
@@ -189,0 +190,0 @@ } |
54437
1223