You're using file named local-sample.css which user should rename to local.css to make local changes to acquia marina style. Which is good. But I believe there can be one small (but for me important) improvement. Renaming local-sample.css to something like local.css.sample. Why is this so great? Tab completion. Example:

Current situation

vim css/lo<tab>
expands to:
vim css/local
so I have to type a dot:
vim css/local.<tab>
expands to:
vim css/local.css

Situation after renaming

vim css/lo<tab>
expands to:
vim css/local.css

Which is afaik much simpler than current situation. You might notice that I can delete local-sample.css, but every time I update acquia_marina it get's back.

Comments

jeremycaldwell’s picture

Assigned: Unassigned » sociotech
stephthegeek’s picture

Project: Acquia Marina » Fusion
Version: 6.x-3.0-alpha2 »

This is not a bad idea :) I've run into the same minor annoyance on other things before, might as well make it that little bit easier.

But we're not going to change things mid-stream, so pushing this to a request for D7.

stephthegeek’s picture

Status: Active » Fixed

This is in the dev release (which currently has the wrong date displaying but is the correct, updated files).

The file is named sample.local.css to better match Drupal's default.settings.php convention.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.