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…
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…
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…
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…
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
}
…
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…
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…
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: {
…
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…
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