Questions tagged [grunt-contrib-compass]

Compile Sass to CSS using Compass

Grunt task to compile Sass to CSS using Compass

55 questions
0
votes
1 answer

Grunt Compass for multiple SASS files for different sites

I have lots of different partials and sass files to generate 11 individual website specific style sheets so if I make a changes in a partial that is being used in all 11 style sheets then I have to wait for grunt to compile all these before I can…
Dan Mitchell
  • 844
  • 2
  • 15
  • 34
0
votes
1 answer

Installing 'modular-scale' using Grunt require without compass config.rb

I'm trying to install 'modular-scale' (https://github.com/Team-Sass/modular-scale) via my Gruntfile but I can't get it to work. Note that I don't use a config.rb, I want to require the plugin using Grunt via grunt-contrib-compass. I thought it was…
davidpauljunior
  • 8,238
  • 6
  • 30
  • 54
0
votes
1 answer

Grunt-contrib-compass: Unclear configuration error while trying to work with 2 projects

I am trying to get use of great David Hererra's advice on how to use grunt-contrib-compass with Wordpress parent and child themes. You can find his tutorial here: https://gist.github.com/dlh01/5726683 But to my question: I have 2 projects (parent…
Petr Cibulka
  • 2,452
  • 4
  • 28
  • 45
0
votes
2 answers

Getting errors when using the sourcemap feature in Grunt sass

i am using Grunt to watch my set of sass files and compile to css when they change using the grunt-contrib-sass plugin. I have sourcemap set to true as i find this functionality really useful in css debugging. However i am getting the following…
El Guapo
  • 567
  • 2
  • 13
  • 26
0
votes
1 answer

grunt compass generates file not accessible

I have a grunt task to generate .css files from .sass compass: { dist: { options: { sassDir: 'app/styles', cssDir: 'app/styles', environment: 'development' // production for prod env } …
user2777473
  • 3,736
  • 5
  • 26
  • 39
0
votes
2 answers

Compass in standard yeoman webapp setup not rendering linear-gradient properly

I have a vanilla webapp generated with yo webapp from Yeoman, and I used the option to bring in Compass with SASS. My local Compass version is 0.12.2, currently the latest. Then, I put something like this in my main.scss, taken word for word from…
Steven
  • 17,796
  • 13
  • 66
  • 118
0
votes
3 answers

Grunt - running php and watch SCSS/CSS

I'm trying to use Grunt view run a php web server with the SCSS/CSS changes being watched and recompiled as they're changed and live reloaded into the web server. At the moment it is running up the web service and showing the requests, however when…
-1
votes
2 answers

grunt compass give single scss file

I am using grunt compass and I want only to compile a single scss file src/scss/image_slider.scss instead of all the files under scss folder. Below written code works fine for full scss foler. compass: { dist: { options: { …
Varun Sukheja
  • 6,170
  • 5
  • 51
  • 93
-1
votes
1 answer

how can I integrate sails.js with compass?

first excuse my English, I would like to have all the compilation power of compass in sails, compass is able to watch many directories and compile the files that doesn't begin with _, and it creates he same directory structure for the compiled…
-1
votes
1 answer

slow Grunt and compass while filling up the .scss file

just one question about filling up the .scss file with Grunt and compass. While filling it up, I noticed that it is a bit slow. How can I solve this problem? Thanks for your help
Mic
  • 5
  • 5
1 2 3
4