-
After updating to rails 4.2 , sass-rails 5.1, compass 1.01 (via compas-rails) deploying to heroku causes the following error:
```
rake aborted!
NameError: uninitialized constant Sass::Rails::Res…
-
---
To reproduce:
1. Create a new Rails 4 project
```
rails new example_project
```
2. Add dependencies to `Gemfile`:
``` ruby
gem 'compass', '1.0.0.alpha.19'
gem …
myabc updated
9 years ago
-
Just a work in progress to optimize the configuration:
Proposal:
``` yaml
# CSS
css:
# Your main Sass file (used to be `source:`):
- my-styles.css.scss
# ------------------------- EVERYTHING B…
-
The livingstyleguide gem as well as the node module are installed locally. I include gulp-livingstyleguide this way in my Gulpfile: livingstyleguide = require('gulp-livingstyleguide');
Gulp seems to …
ghost updated
9 years ago
-
We're having an application.sass and trying to `@import` a plain css (`vendor/assets/stylesheets/jquery.bxslider.css`) file from `vendor/assets/stylesheets`.
Using the rails asset pipeline this works…
-
I would like to be able to have multiple pages as output, so I can easily navigate/link to the different parts of code.
-
Creating a brand new middleman project with newly installed Ruby 2.2.1 gives the error:
NoMethodError: undefined method `force_encoding' for nil:NilClass
I can only get middleman to work on 1.9.3 :(…
-
![image](https://photos-4.dropbox.com/t/1/AADEzJlAL2hXZ7CyTf8r-DY7zSVx0qtmdQRBTXrckXKP3g/12/177158/jpeg/1024x768/3/1412791200/0/2/Screen%20Shot%202014-10-08%20at%2012.51.34%20PM.jpg/07ZtdrX-HCxylDoewB…
-
Nico, thanks for the work put into this...
Although I can understand the process, some of my less technically inclined colleagues do not. Since we are moving toward style guides in code, do you think…
-
```
vagrant@sixsteps:/vagrant$ livingstyleguide
/usr/local/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- bundler/setup (LoadError)
from /usr/local/li…