Closed (fixed)
Project:
Fusion
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
2 Apr 2010 at 07:51 UTC
Updated:
5 Dec 2010 at 00:00 UTC
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:
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
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
Comment #1
jeremycaldwell commentedComment #2
stephthegeek commentedThis 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.
Comment #3
stephthegeek commentedThis 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.