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

JavaScript Gulp Basics Compile Sass with Gulp Source maps for JavaScript too

Juliette Tworsey
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Juliette Tworsey
Front End Web Development Techdegree Graduate 32,425 Points

Gulp basics-using source maps

What would be the best way to incorporate a program/module such as CoffeeScript into a project that is similar to the one that we are working on here in Gulp basics?

Thanks!

1 Answer

Colin Marshall
Colin Marshall
32,861 Points

You could use a module like gulp-coffee for this. There's good instructions on the github page for how to use it, including how to make it work with the gulp-sourcemaps module.