Skip to content

Commit 4d208a2

Browse files
committed
Update installation instructions
Until the PR linked below is merged, we need to instruct people to create the manifest.js file so that the generator doesn't error. rails/sprockets-rails#546
1 parent ab13d97 commit 4d208a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Just run:
2121
rails new store
2222
cd store
2323
bundle add solidus
24+
25+
mkdir -p app/assets/config
26+
cat <<MANIFEST > app/assets/config/manifest.js
27+
//= link_tree ../images
28+
//= link_directory ../javascripts .js
29+
//= link_directory ../stylesheets .css
30+
MANIFEST
31+
2432
bin/rails generate solidus:install --frontend=starter
2533
```
2634

0 commit comments

Comments
 (0)