rapido-raptorjs
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -5,2 +5,4 @@ var File = require('raptor/files/File'), | ||
var raptor = require('raptor'); | ||
module.exports = { | ||
@@ -56,2 +58,10 @@ usage: 'Usage: $0 create webapp [webapp-name]', | ||
} | ||
var scaffoldData = raptor.extend(args, { | ||
appName: args.appName || args.name, | ||
ifStatic: isStatic, | ||
ifDynamic: !isStatic, | ||
webappType: args.type, | ||
ifTesting: args.includeTesting | ||
}, args.scaffoldData || {}); | ||
@@ -63,9 +73,3 @@ rapido.scaffold( | ||
overwrite: true, | ||
data: { | ||
appName: args.name, | ||
ifStatic: isStatic, | ||
ifDynamic: !isStatic, | ||
webappType: args.type, | ||
ifTesting: args.includeTesting | ||
}, | ||
data: scaffoldData, | ||
afterFile: function(outputFile) { | ||
@@ -72,0 +76,0 @@ |
{ | ||
"name": "rapido-raptorjs", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Rapido stack for the RaptorJS Toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314495
7092