File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ def select_only(guides)
122
122
123
123
def process_scss
124
124
system "bundle exec dartsass \
125
- #{ @guides_dir } /assets/stylesrc/style.scss:#{ @output_dir } /stylesheets/style.css \
126
- #{ @guides_dir } /assets/stylesrc/highlight.scss:#{ @output_dir } /stylesheets/highlight.css \
127
- #{ @guides_dir } /assets/stylesrc/print.scss:#{ @output_dir } /stylesheets/print.css"
125
+ #{ @guides_dir } /assets/stylesrc/style.scss:#{ @output_dir } /stylesheets/style-v2 .css \
126
+ #{ @guides_dir } /assets/stylesrc/highlight.scss:#{ @output_dir } /stylesheets/highlight-v2 .css \
127
+ #{ @guides_dir } /assets/stylesrc/print.scss:#{ @output_dir } /stylesheets/print-v2 .css"
128
128
end
129
129
130
130
def copy_assets
Original file line number Diff line number Diff line change 5
5
< meta charset ="utf-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
< title > <%= yield ( :page_title ) %> </ title >
8
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/style.css " data-turbo-track ="reload ">
9
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/print.css " media ="print ">
10
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/highlight.css " data-turbo-track ="reload ">
8
+ < link rel ="stylesheet " type ="text/css " href ="stylesheets/style-v2 .css " data-turbo-track ="reload ">
9
+ < link rel ="stylesheet " type ="text/css " href ="stylesheets/print-v2 .css " media ="print ">
10
+ < link rel ="stylesheet " type ="text/css " href ="stylesheets/highlight-v2 .css " data-turbo-track ="reload ">
11
11
12
12
< link rel ="icon " href ="images/favicon.ico " sizes ="any ">
13
13
You can’t perform that action at this time.
0 commit comments