I am currently using guard to watch changes on my .coffee and .scss files and compile them appropriately.
Now, gruntjs and yeoman offer similar features.
Thanks!
They have entirely different purposes.
Guard is comparable with the grunt task grunt-contrib-watch which runs tasks when files changes.
Grunt is a task based build tool which abstracts the boring work into reusable tasks so you don't have to reinvent the wheel in each project. You can do so much more than just watch for changes. You can concat, minify JS/CSS, compile CoffeeScript/LESS/Sass, etc.
Yeoman builds upon grunt and other tools and provides an opinionated workflow to build front-end web apps. It is much more than just grunt.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With