bdkjones / CodeKit-1-Old

146 stars 1 forks source link

Chrome 27 #603

Open polikin opened 11 years ago

polikin commented 11 years ago

Chrome 27 lost support for sass. sass_options = {:debug_info => true} in Config.rb doesn't work anymore.

cgpro commented 11 years ago

the same here... now it works only with source maps and sass 3.3

gerritvanaaken commented 10 years ago

This is important. You cannot inspect CodeKit-generated Sass files with Chrome anymore. We need those "real" new source maps from Sass 3.3.

bdkjones commented 10 years ago

Sass 3.3 is not yet released. I cannot put beta versions of Sass into CodeKit because many thousands of people rely on it for production work. When 3.3 ships, CodeKit will support it immediately with source maps.

On 23 Oct 2013, at 15:13, Gerrit van Aaken notifications@github.com wrote:

This is important. You cannot inspect CodeKit-generated Sass files with Chrome anymore. We need those real source maps.

— Reply to this email directly or view it on GitHub.

gerritvanaaken commented 10 years ago

Sounds good :-) So we won’t have to wait until CodeKit 2 to get Chrome Debug compatibility?