Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Upgrade to 3.0.5 causes "Compass Error:LoadError"


Go to End


4 Posts   2078 Views

Avatar
vwd

Community Member, 166 Posts

18 March 2013 at 7:08pm

Hi,

I just did a composer update and now I'm getting the following error:

[User Error] Compass Error:LoadError on line 36 of /Library/Ruby/Site/1.8/rubygems/custom_require.rb: no such file to load -- bundler/setupRun with --trace to see the full backtrace
.

Any ideas why this might be happening? I noticed that the composer update pulled in silverstripe/compass

Thank you very much.

Kind regards,
VWD.

Avatar
vwd

Community Member, 166 Posts

19 March 2013 at 12:38pm

Strange that this is happening after the recent composer update as the Compass module has been in composer.json all along.

In any case, I've removed the Compass module from composer.json as a workaround, as I use Compass from the CLI anyway.

Having a look this [url=https://github.com/silverstripe-labs/silverstripe-compass/issues/9 = https://github.com/silverstripe-labs/silverstripe-compass/issues/9]issue on Github[/a], am I correct in assuming that many don't use this module anyway?

Thanks.
VWD.

Avatar
Willr

Forum Moderator, 5523 Posts

19 March 2013 at 10:02pm

You only need the compass module if you're dev'ing on the core admin / cms. I personally prefer using compass via command line or grunt (https://github.com/gruntjs/grunt-contrib-compass).

Avatar
vwd

Community Member, 166 Posts

20 March 2013 at 12:10am

Thanks for clarifying that Will. I'd already removed it from my composer.json. Thanks also for pointing out Grunt.

VWD.