Skip to content

Commit

Permalink
[TASK] Move frontend.css to styleguide-frontend.css (#473)
Browse files Browse the repository at this point in the history
Gives that .css file a more unique name indicating
it belongs to ext:styleguide.
  • Loading branch information
lolli42 authored Nov 1, 2023
1 parent 1b667e1 commit 2c104e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(grunt) {
styleguide: {
files: {
"<%= paths.public %>/backend.css": "<%= paths.private %>/backend.scss",
"<%= paths.public %>/frontend.css": "<%= paths.private %>/frontend.scss"
"<%= paths.public %>/styleguide-frontend.css": "<%= paths.private %>/styleguide-frontend.scss"
}
}
},
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</f:section>

<f:section name="FooterAssets">
<link rel="stylesheet" href="{f:uri.resource(path:'EXT:styleguide/Resources/Public/Css/frontend.css', extensionName: 'styleguide')}"/>
<link rel="stylesheet" href="{f:uri.resource(path:'EXT:styleguide/Resources/Public/Css/styleguide-frontend.css', extensionName: 'styleguide')}"/>
</f:section>

</html>
File renamed without changes.
File renamed without changes.

0 comments on commit 2c104e9

Please sign in to comment.