Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-02-09 08:07:28 +0300
committerEric Eastwood <contact@ericeastwood.com>2018-02-09 08:07:34 +0300
commit4e72e4563c4425b39714f068e3f94f1a6f7ed26f (patch)
treed124c643e176e0ed9a281f59c8669a5e5efac615 /lib
parentdbb934c8e2b5d138721f9d89afcf8ebbf814bed2 (diff)
Rename .scss files to use snake_case
See https://gitlab.com/gitlab-org/gitlab-ce/issues/42908
Diffstat (limited to 'lib')
-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')"