php - AWS Beanstalk Deploy Laravel with Grunt Tasks -
i have laravel 4.1 app want run on aws beanstalk. thing have grunt tasks want run on deploy compile less files , requirejs optimize , bower install
the thing aws beanstalk php instance. so, think doesn't have nodejs installed run tasks.
any ideas how can deal this? possible?
i've ended building entire assets in bundle before deploying. detecting environment , pointing production bundle
instead of building in server. in end not right.
Comments
Post a Comment