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

Add Gemfile for compass dependency #1373

Merged
merged 1 commit into from
Jul 19, 2013

Conversation

tjschuck
Copy link
Member

@kenearley There's a dev dependency on Compass -- this adds a Gemfile to hopefully convey that, but at least to codify it. Couldn't grunt build without it.

@koenpunt
Copy link
Collaborator

Good call! I should've put that in while switching to sass. :shipit:

@kenearley
Copy link

Just curious, doesn't adding a Gemfile just add another dependency? Now you need to do a gem install bundler then bundle install when you could have just done gem install compass.

@stof
Copy link
Collaborator

stof commented Jul 19, 2013

@kenearley you can still use a global installation of compass with gem install compass AFAIK. But people seeing the gemfile will know that compass is needed

@kenearley
Copy link

Makes sense to me.

@tjschuck
Copy link
Member Author

@kenearley You're right that gem install compass would be sufficient, but that's also not documented anywhere ;)

I prefer adding it via Bundler because that effectively becomes executable documentation. It also gives us a future place to add other gem dependencies if we need them, and allows us to do more fine-tuned locking down of things like version just in case we have a later version requirement.

Since this is only a dev dependency, I think doing it this way is okay, but I'm a Rubyist :)

@pfiller You have an opinion?

@pfiller
Copy link
Contributor

pfiller commented Jul 19, 2013

I've got no problem with this. We should probably update our instructions on building Chosen to include Compass.

pfiller added a commit that referenced this pull request Jul 19, 2013
…ndency

Add Gemfile for compass dependency
@pfiller pfiller merged commit ea20970 into master Jul 19, 2013
@pfiller pfiller deleted the add_gemfile_with_compass_dependency branch July 19, 2013 15:49
pfiller added a commit that referenced this pull request Jul 26, 2013
- CSS Updates #1368, #1371
- Prevent text selection on Chosen #1374
- single_backstroke_delete defaults to true #1375
- No longer expose classes to window context #1389
- Single select value fix #1392
- Remove javascript:void and attr references #1385, #1377
- Disable Chosen on iPhone / iPod and Android mobile devices
  by default #1388
- Add Destroy Method #1396
- Option to Hide Selected & Disabled Options #1404
- Always clear result highlight #1407
- Replace characters only once #1411

- Document all the things. #1366, #1376, #1383
- Add Gemfile for compass dependency #1373
- Update copyright and license link #1397
- Add @koenpunt as a maintainer #1399
- Add anchors to documentation headers #1395
- Updated stackoverflow instructions #1403
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

Successfully merging this pull request may close these issues.

5 participants