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

drop the superfluous .css extension #34

Merged
merged 1 commit into from
Jul 10, 2017
Merged

drop the superfluous .css extension #34

merged 1 commit into from
Jul 10, 2017

Conversation

tilsammans
Copy link
Contributor

Deprecated since sass-rails 3.4.

Used this zsh one-liner:

zsh -c 'for file in app/**/*.css.scss; git mv ${file} ${file:gs/.css/}'

Deprecated since sass-rails 3.4.

Used this zsh one-liner:

```
zsh -c 'for file in app/**/*.css.scss; git mv ${file} ${file:gs/.css/}'
```
@tf tf merged commit 9044512 into codevise:master Jul 10, 2017
@tf tf modified the milestone: v0.3 Jul 12, 2017
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.

None yet

2 participants