grunt-contrib-compass

Compass and Susy require a different version of Sass

佐手、 提交于 2020-01-12 05:46:05
问题 I am working on my website and I want to use Susy as well as Compass. I am using Grunt too. When I run my grunt task I get this error: Denniss-MacBook-Pro:portfolio dennis$ grunt --trace Running "compass:dev" (compass) task Gem::LoadError on line ["1990"] of /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb: Unable to activate susy-2.1.1, because sass-3.2.17 conflicts with sass (~> 3.3.0) Run with --trace to see the full backtrace Warning: ↑

Grunt with Compass and Watch compiles slow

一世执手 提交于 2019-12-12 07:50:09
问题 Grunt takes a quite long to compile the css file, I am not sure if this is normal but regular compass watch takes around 5 seconds. So the question is if there is any way to speed up the compilation time with Grunt or is it better to just stick with compass watch? Running "compass:dist" (compass) task ♀unchanged images/sprite-sf580a96666.png overwrite stylesheets/app.css (3.263s) unchanged images/sprite-sf580a96666.png overwrite stylesheets/app_fr.css (3.289s) Compilation took 11.116s Running

How do I add foundation with grunt to a ember.js app kit project

南楼画角 提交于 2019-12-04 15:11:17
I'm trying to setup my first Ember.js app with Ember AppKit , grunt, and compass. The appkit ships with support of compass out of the box via grunt-contrib-compass but I can't figure out for the life of me how to install Zurb-Foundation, or at least not "properly." As far as I can tell, grunt-contrib-compass doesn't provide a wrapper around compass's install method. I could duplicate the compass.js task settings for a compass config file but it seems like there should be a way to do this without duplicating the data. Alternatively, I guess I could just copy everything over manually but that

Grunt with Compass and Watch compiles slow

这一生的挚爱 提交于 2019-12-03 12:28:32
Grunt takes a quite long to compile the css file, I am not sure if this is normal but regular compass watch takes around 5 seconds. So the question is if there is any way to speed up the compilation time with Grunt or is it better to just stick with compass watch? Running "compass:dist" (compass) task ♀unchanged images/sprite-sf580a96666.png overwrite stylesheets/app.css (3.263s) unchanged images/sprite-sf580a96666.png overwrite stylesheets/app_fr.css (3.289s) Compilation took 11.116s Running "watch" task Completed in 13.974s at Wed Dec 18 2013 13:53:05 GMT-0500 (Eastern Standard Time- Waiting