Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

589
Views
A grunt alternative - to compile sass and minify JS

I'm after a linux server-side script I can run which can complete several tasks.

We currently have an in-house PHP framework - which runs on Apache with MySQL - the only server-side 'technology' we use is composer.

I am after a task runner - similar to grunt & gulp which does not run on Node and can work with an existing site set up - something that can be plugged in after the site is set up.

The thing that puts me off gulp and grunt is it suits your application if it is built on Node or you are using other node apps - otherwise you need a package.js along with a Gruntfile.

Tasks I would like it to run as a minimum is compiling Scss and minifying JS. Other tasks would be JS concatenation and image compression.

I've looked at Grunt, Gulp, Guard and Brunch.

Any suggestions?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

uglifyjs will minify javascript, and other tools like compass can compile scss.

You can use make as a task runner to manage all that.

The default choice of Make, because of extremely widespread usage and software freedom, is to use GNU Make, which has a comprehensive manual.

over 4 years ago · Santiago Trujillo Report

0

One of the very important and useful operation that you can do using Grunt is running shell command, now it can be sequentially or in parallel.

Have a look at the grunt-shell, using this you can run any sort of complex shell command.

You can run also bower to install all your dependencies directly into your assets so that you don't have to download them one by one. There are whole lot of plugins available you can just look at them here

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!