In the optional configuration options for the Compass Grunt plugin (https://github.com/gruntjs/grunt-contrib-compass), what is the difference between cssDir and cssPath? Or do they both control the same thing?
In one of my projects I want to use some additional SCSS that I added using Bower (normalize-scss). The compass configuration in the gruntfile looks like this (created by backbone generator):
compass: {
options: {
sassDir: '<%=…
** I want to be able to use Compass but Grunt watch doesn't work and give me strange errors:**
Running "watch" task
Waiting...Verifying property watch exists in config...ERROR
>> Unable to process task.
Warning: Required config property "watch"…
I used the yoeman generator-angular to build a project and now I am getting an error on the build. I am getting this error:
Running "concurrent:dist" (concurrent) task
Running "coffee:dist" (coffee) task
Running "coffee:test" (coffee)…
I'm trying to bundle a number of python dependencies from /dist into the main zip file to deploy it to lambda. These dependencies have hidden subfolders with required files (for whatever reason).
For instance:
dist/psycopg2/.libs or dist/numpy/.libs…
I'm trying to specify an output name of the CSS file from my grunt-contrib-compass job. The default outputs and index.css file.
Actual Result
<%= yeoman.app %>/specialdir/themes/index.css
Desired Result
<%= yeoman.app…
I'm trying to install compass onto my hosting server and I keep getting the above error fed back to the shell.
npm ERR! Cannot read property 'length' of undefined
I've install node, grunt, contrib-watch, and contrib-uglify after some work arounds.…
Here's an example where i declare the unicode of each icon.
$icomoon-font-path: "fonts" !default;
$mr-employee-board-1: "\e90a";
$mr-employee-board-2: "\e90b";
$mr-employee-calendar: "\e90c";
$mr-employee-compare-vertical:…
We are having some problems finetuning our Grunt setup. Our current project setup is like this. We have a Themes folder, in that themes folder there are different themes that all hold their own SCSS files and other bits related to that theme.
Our…
I'm rather new to grunt and am loving it, but quite frustrated with my lack of success with compass after moving to 'el capitan'. From the grunt project directory, running 'grunt' has an EPERM error seemingly indicating that sass/scss fails to…
I am trying to include a call to grunt-contrib-compass in my watch task, but it's not registering any saved changes to my .scss files. grunt compass works fine, and grunt watch records all other changes to *.php as expected. What's a guy doing…
I have my own Grunt/Compass/SASS project with a config.rb file that has these settings:
http_path = "/"
css_dir = "stylesheets"
sass_dir = "sass"
add_import_path "./bower_components/slick-carousel/slick"
As you might guess, the problem here is the…
Right now my compass task is taking > 60sec to run. I have found that removing the five fonts I have defined as base64 (truetype and woff) brings that time down to < 30sec.
Unfortunately, moving to libsass is not an option, as it does not have…
This is a question about how to use Compass with Grunt.
Something goes wrong in the data filling step. I noticed on the console that, when I modify only a .scss file, compass fills up the same file several times (four, five or up to ten).
In your…
Trying to learn Grunt. I have installed the grunt-contrib-compass,and grunt-contrib-watch plugins. When I use grunt in terminal, it runs the compass task and comes back with
Running "compass:dist" (compass) task
Compass can't find any Sass files to…