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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -