Wednesday, March 8, 2017

Minify laravel views on local machine and push to server

we are using gulp in laravel to minify our views, the problem we are facing, server is unable to process gulp due to low ram of 512, is there any way we can minify the html on our local machine and then push it to our server?



via fewBugs

Advertisement