Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Uninstall compass and sass
- 2. Run
- sudo gem install sass -v 3.3.0.alpha.141 --pre
- 3. Use in your config.rb
- http_path = "/"
- css_dir = "css"
- sass_dir = "scss"
- images_dir = "images"
- javascripts_dir = "js"
- sass_options = {:sourcemap => true}
- 4. Run
- sass --watch --scss --sourcemap scss:css
- Links
- http://devtoolsecrets.com/secret/editing-use-sass-source-maps.html
- http://stackoverflow.com/questions/16040944/debugging-sass-in-chrome-on-osx
- http://bricss.net/post/33788072565/using-sass-source-maps-in-webkit-inspector
- https://coderwall.com/p/tjbktw
- http://net.tutsplus.com/tutorials/html-css-techniques/developing-with-sass-and-chrome-devtools/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement