Kohjah Breese
Kohjah Breese

Reputation: 4136

Run grunt watch from the startup

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

Answers (1)

omeganebula
omeganebula

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

Related Questions