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 trialRyan Hellerud
3,635 Pointserror when compiling sass through sublime
So i set up my sublime to to build on save with the plug in available but when i try to save im getting this error: [Errno 2] No such file or directory: 'sass' [cmd: ['sass', '--update', '/Users/Jarg/Desktop/web/newscssomega/omegadesignla/scss/app.scss:/Users/Jarg/Desktop/web/newscssomega/omegadesignla/scss/app.css', '--stop-on-error', '--no-cache']] [dir: /Users/Jarg/Desktop/web/newscssomega/omegadesignla/scss] [path: /usr/bin:/bin:/usr/sbin:/sbin] [Finished]
2 Answers
Ryan Hellerud
3,635 PointsHi ken, It was build scss or something like that. I couldn't get it working so i just uninstalled it.
Ken Alger
Treehouse TeacherI know that there is a plug-in called Sass Builder that is, relatively, popular. In order to get it to function you need to set up the .sassbuilder-config
file.
Ken
Ken Alger
Treehouse TeacherKen Alger
Treehouse TeacherRyan;
Which Sublime Text plugin are you using to attempt to build your CSS from SASS?
Ken