javascript - Excluding development code in production using elastic bean stalk -
have node app running in elastic bean stalk uses grunt minify, ... i'd utilize ebs force code instance, client side javascript, want force minified javascript , not client side javascript checked git.
is there way this?
looks there couple answers here: compile less files , minify js files in node.js project on aws elastic beanstalk .
one involving writing start script minify, other using commands in ebextensions files install , run grunt before deployment. see also: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html .
do help you?
javascript amazon-web-services
No comments:
Post a Comment