vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

Catch a potential 'included the file twice' glitch #16

Closed stefl closed 11 years ago

stefl commented 12 years ago

Using bundle exec compass watch this file can get called twice, resulting in an -already defined VERSION- error. This removes that possibility.

thetizzo commented 11 years ago

@stefl Thanks for the help!