Reputation: 4136
Is there a way to get the:
grunt watch
command to always run in the background from start-up?
I am using LinuxMint/Ubuntu.
Upvotes: 0
Views: 442
Reputation: 180
In Mint, I think you can add the command line to your PC's startup as, Menu -> Startup Applications -> Add in the dialog that opens.
OP edit:
Adding this at start-up works:
grunt watch --gruntfile=/home/{user}/{dir}/Gruntfile.js
Upvotes: 3