Domanda

I have a Laravel 4.1 App that I want to run on a AWS Beanstalk. But the thing is I have some Grunt tasks that I want to run on deploy to compile less files and RequireJS Optimize and do a bower install

The thing is that this is a AWS Beanstalk PHP Instance. So, I think it doesn't have nodejs installed to run this tasks.

Any ideas how can I deal with this? Is this possible?

È stato utile?

Soluzione

I've ended up building the entire assets in a bundle before deploying. Then detecting the environment and pointing to that production bundle instead of building it in the server. That in the end is not right.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top