Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using --time switch throws error #1478

Closed
ghost opened this issue Dec 11, 2013 · 3 comments
Closed

Using --time switch throws error #1478

ghost opened this issue Dec 11, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 11, 2013

Running compass with the --time throws an error like:

NoMethodError on line ["175"] of lib/compass/compiler.rb: undefined method `__duration'

Looks like this line:

https://github.com/chriseppstein/compass/blob/stable/lib/compass/compiler.rb#L143

Issue can be recreated simply:

$ compass create test
$ cd test
$ compass watch --time

Compass 1.0.0.alpha.16
Sass 3.3.0.rc.2 (Maptastic Maple)

@mgol
Copy link

mgol commented Dec 11, 2013

Just got hit by it, especially that the grunt-contrib-compass Grunt plugin uses the --time option with no way of disabling it.

@RaphaelDDL
Copy link

Same as mzgol, got hit using grunt-contrib-compass also .

@chriseppstein
Copy link
Member

fixed in 1.0.0.alpha.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants