Open user234683 opened 3 years ago
Okay I figured it out. compass
is not included with gulp-compass. gulp-compass appears to just be a wrapper. Compass seems to be a ruby program and so requires these commands to install (debian):
sudo apt install ruby-full
sudo gem install compass
Hello, I'm looking for a lightweight DASH library for my app and want to try this one. I roughly did
npm list
shows that gulp-compass is installed.System:
Is there any way to bypass gulp? I also tried concating both the src and dist files but either case resulted in errors on including the script. I'm new to Javascript development and tooling so apologies.