-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/cache packages (Install from cache if offline) #87
base: master
Are you sure you want to change the base?
Conversation
because we trust our input, and don't want the HTML escaping inside CSS and Javascript templates.
To replace singleton with a class, and wrap methods in promises
@@ -68,7 +68,6 @@ var create = module.exports = function(templateName, config, templateModule) { | |||
}); | |||
|
|||
}; | |||
exports.create = create; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either this needs to be reinstated or line 82 needs to be updated to use create
instead of exports.create
Line 82 in 36c4359
exports.create(filename, command, templateModule) |
@hthetiot I am unable to create an application with either node 4.8 or 8.9 due to the line I reviewed above in create.js. I briefly fixed that locally and found that I can create an app, but it is not clear to me how to appropriately test the install-while-offline functionality. |
No description provided.