Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Up and Running with Grunt

Matthew Bailey
Matthew Bailey
4,028 Points

Sharing Grunt projects between computers

Just wondering if I share a folder with another computer (for instance syncing on Dropbox), will grunt and the plugins I've installed in that folder work automatically, or do I need to reinstall everything?

Obviously NPM & Grunt CLI are installed on the second computer.

thanks

3 Answers

Matthew Bailey
Matthew Bailey
4,028 Points

thanks Jason,

that's however a paid service,

I'm thinking there must be a solution to bringing an existing project onto another computer

jason chan
jason chan
31,009 Points

it's free for one workspace actually.

Elliot Alderton
Elliot Alderton
11,955 Points

If you copy all the files to a different computer, they should run fine. As all dependencies will be copied over too.

jason chan
jason chan
31,009 Points

you can try c9.io it's basically a virtual workstation where you can build apps.