summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-02-08 23:07:28 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-02-08 23:07:34 -0600
commit4e72e4563c4425b39714f068e3f94f1a6f7ed26f (patch)
treed124c643e176e0ed9a281f59c8669a5e5efac615 /lib/tasks
parentdbb934c8e2b5d138721f9d89afcf8ebbf814bed2 (diff)
downloadgitlab-ce-4e72e4563c4425b39714f068e3f94f1a6f7ed26f.tar.gz
Rename .scss files to use snake_case42908-rename-scss-files-to-use-snake-case
See https://gitlab.com/gitlab-org/gitlab-ce/issues/42908
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gemojione.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gemojione.rake b/lib/tasks/gemojione.rake
index c2d3a6b6950..c6942d22926 100644
--- a/lib/tasks/gemojione.rake
+++ b/lib/tasks/gemojione.rake
@@ -115,7 +115,7 @@ namespace :gemojione do
end
end
- style_path = Rails.root.join(*%w(app assets stylesheets framework emoji-sprites.scss))
+ style_path = Rails.root.join(*%w(app assets stylesheets framework emoji_sprites.scss))
# Combine the resized assets into a packed sprite and re-generate the SCSS
SpriteFactory.cssurl = "image-url('$IMAGE')"