From 1813096348b51a2b7ddda9346fa511c5561caeec Mon Sep 17 00:00:00 2001 From: Viktor Date: Wed, 18 Aug 2021 13:13:34 +0200 Subject: [PATCH] Fix manifest.js file name and syntax highlighting language --- ...to-four-dot-three.md => four-dot-two-to-four-dot-three.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename upgrades/upgrades/{fout-dot-two-to-four-dot-three.md => four-dot-two-to-four-dot-three.md} (97%) diff --git a/upgrades/upgrades/fout-dot-two-to-four-dot-three.md b/upgrades/upgrades/four-dot-two-to-four-dot-three.md similarity index 97% rename from upgrades/upgrades/fout-dot-two-to-four-dot-three.md rename to upgrades/upgrades/four-dot-two-to-four-dot-three.md index 26b2561..a73e3f5 100644 --- a/upgrades/upgrades/fout-dot-two-to-four-dot-three.md +++ b/upgrades/upgrades/four-dot-two-to-four-dot-three.md @@ -78,9 +78,9 @@ rails db:migrate ## Upgrade Sprockets to v4 -In your project create `app/assets/config/manifest.jss` file with contents: +In your project create `app/assets/config/manifest.js` file with contents: -```ruby +```js //= link_tree ../images //= link_tree ../javascripts //= link_directory ../stylesheets .css